iphone - Creating custom menu at top like Real Simple Recipes does -


i want create tabbar controller placed @ top real simple recipes in ipad has done. suspect not uitabbarcontroller have tried many ways place tab bar on top setting view frame

self.tabbarcontroller.tabbar.view.frame = cgrectmake (0,0,768,self.tabbarcontroller.tabbar.view.frame.height); not working.

is custom tabbar controller created or managed manually ? sample code or direction appriciated.

you want make custom view switcher of own. this blog post has nice tutorial doing so. uses segmented control switching, adapt use row of buttons if needed custom look.

(if ok requiring ios 5, gets easier view controller containment apis, , it'd different implementation 1 suggested in article.)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -