I am new to iOS programming, however I have a lot of experience with Swing, WinForms, WPF and HTML / CSS / Javascript.
I dropped UIImageView on the bulletin board and set the original image using the attribute inspector. So far, this is the same as with NetBeans or VisualStudio.
However, when I open the view controller for the storyboard, there is no link that I can see for the UIImageView so that I can programmatically manipulate.
In NetBeans (Swing) or VisualStudio (WinForms or WPF), there will be a variable created in the "code behind".
My specific question is how to get a link to a UIImageView for control via Objective C.
source
share