tags:

views:

39

answers:

1

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
thank tou,and where can i write action methods for these buttons....
lak in iphone
In the corresponding files (.h and .m) wich are created automatically if you want while you create the view...
CyberK
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
[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
i hav created tbar using toolbarviewcontroller
lak in iphone