tabbar - iPhone - tab bar kind of functionality -


i want have colored images (not gray ones) in uitabbar view. not possible. each tab, can associate 1 view controller. view controller can view or navigation view or table view. (its simple handle)

so, decided place 3 different buttons @ bottom of view. on click of each button, want show different view controllers (in space above 3 buttons). don't want use like

[self.view addsubview:viewcontroller.view]; 

do want me create 3 different view-controllers or views or else , achieve functionality of tab bar.

thanks in advance.

instead of creating tab bar functionality easy handle creating custom tab bar class images. read so post

in set image background color using

([[uicolor alloc] initwithpatternimage:[uiimage imagenamed:@"defaultad.png"]])


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -