Well, I have a problem, I'm with a project where I have a Storyboard
file for iPhone and another Storyboard
for iPad. So I have a UIImageView
on the Storyboard for iPhone, and another UIImageView
on the iPad Storyboard.
But I have IBOutlet
already connected and receiving images and displaying the images in the simulator using iPhone. But I have not yet connected the UIImageView
of the iPad because I'm in doubt, if has to connect to the same IBOutlet of the iPhone , or would have to create another ViewController
so for the iPad.
Could someone help me?