开发者

toolbar in all views (global toolbar)

开发者 https://www.devze.com 2022-12-21 17:34 出处:网络
how can i define a toolbar which is avail开发者_运维问答able in all nibs? i have 4 button in my toolbar. one of them is for first view(nib1)and 3 of them are for second view(nib2).It\'s probably bett

how can i define a toolbar which is avail开发者_运维问答able in all nibs?

i have 4 button in my toolbar. one of them is for first view(nib1)and 3 of them are for second view(nib2).


It's probably better to create two identical toolbars and have the controllers for the two views forward the actions to each other. It all depends quite a bit on how you have structured your views and their controllers. Without that info it's hard to give your more detailed advice.

0

精彩评论

暂无评论...
验证码 换一张
取 消