ios - Set RootViewController in UIViewController -
currently working on ios app , requirement set tabbarcontroller root view controller in upcoming features viewcontroller. can please suggest me how possible ?
this tabbarcontroller 
and viewcontroller edit profile outside viewcontroller means not in mention 5 tabs viewcontroller.so wanted to display in bottom of controller tabbarviewcontroller root viewcontroller. 
ok, that's simple.
first, should embed in uinavigationcontroller middle view controller.
then, can push edit table view controller when press edit button
here overview :
i add 2 controller tabbarcontroller can add 5 controllers.

Comments
Post a Comment