views:

13

answers:

1

I am developing an iphone application in which I need to have a control, lets say a button , in all of my views.

I was wondering if there is an equivalent concent for Asp.net master pages in Iphone development?

Ta

+1  A: 

Sure, use a custom UIView or UIViewController class and subview all your views or view controllers from that.

Ben