I would like to add an image (joke.png) to my XCode project. It should feature the GCRectMake settings of 0,190,320,60. How would I add it to the .m file code? Let’s assume I already added it to the .h file under the UIButton list. It is just for display – no interaction. Thanks!
Share
What you need to do is to add an UIImageView to your view.
In your viewdidload create that imageview and add it to the view.
e.g