I have a tool bar and I want that to be visible on next views as well. How can I do this?
A:
Create a view with your toolbar and add it as a subview to all other views who need it ;-)
CyberK
2010-07-14 16:20:11
thank tou,and where can i write action methods for these buttons....
lak in iphone
2010-07-14 16:44:55
In the corresponding files (.h and .m) wich are created automatically if you want while you create the view...
CyberK
2010-07-14 16:50:59
i am new to this iphone development so plz help me i hav created buttons view controller and how shuld i add it as a sub view to my root view ..can show me simple code..
lak in iphone
2010-07-14 17:30:37
[self addSubview:[Tbar view]];i am using this gives warning like rootview controller is may not respond to this...i hav added this in view loaded in root view controller
lak in iphone
2010-07-14 18:08:58
i hav created tbar using toolbarviewcontroller
lak in iphone
2010-07-14 18:09:32