Sunday 15 March 2015

ios - Objective-C add navigationbar to rootview -



ios - Objective-C add navigationbar to rootview -

i have simple question lib xlforms.

https://github.com/mtnbarreto/xlform

how can add together uinavigationbar viewcontroller using forms?

does have example?

here code init method of view

http://pastebin.com/p1q5qqjd

try this...

uinavigationcontroller *navigationcontroller = [[uinavigationcontroller alloc] initwithrootviewcontroller:<your view controller>] [self.window setrootviewcontroller:navigationcontroller];

ios objective-c uinavigationcontroller xlform

No comments:

Post a Comment