Set Image on imageview
i have 2 classes , say class A and Class B. in class A, i have one button,on that button click, i want set an image on class B's imageview.
How can i set开发者_如何转开发 image on imageview of class B from class A? Regards
Declare the imageview from Class B as property (@property(..)), than you can set it's image from outside. For more infos read: The Objective-C Programming Language
精彩评论