iphone - How to declare an instance of UIImageView as global? -
i want use single imageview in classes want declare global. can please tell me how declare global.
you can create in appdelegate , use it
appdelegate *localvar = [[uiapplication sharedapplication] delegate]; // ok localvar.imageview=[...];
Comments
Post a Comment