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 enter image description here

and viewcontroller edit profile outside viewcontroller means not in mention 5 tabs viewcontroller.so wanted to display in bottom of controller tabbarviewcontroller root viewcontroller. enter image description here

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.

enter image description here


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -