ios - How to achieve pushViewController animation when using presentViewController -


i need use presentviewcontroller in app -

    [self presentviewcontroller:thingcontainer animated:yes completion:nil]; 

but need animation similar of pushviewcontroller navigation controller. idea how achieve that?


Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

php - laravel retrieving profile firstname from model returns Object of class Illuminate\Database\Eloquent\Builder could not be converted to string -