1
Well, I have a problem, I have a project where I have a file Storyboard
for iPhone and other file Storyboard
for iPad. So I have a UIImageView
on Storyboard for iPhone, and another UIImageView
on the iPad Storyboard.
But I have a IBOutlet
already connected and receiving images and displaying the images in the simulator using iPhone. But I haven’t connected to UIImageView
iPad because I’m in doubt, if can connect to the same iPhone Iboutlet, or have to create another ViewController
only for iPad.
Someone could help me?
I’ll take a look!! Thank you
– Tiago Amaral