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
Post a Comment