Let me first say, I am beginner with iOS programming and dealing with one of the older project. As per my question title, I was searching, at which place in Storyboard my UIView exist that defined in header file?
Here is overview:
There are so many screen present in Storyboard so I become confused where I have attached my UIView in Storyboard component. In actual application it appeared but within Storyboard I can't find any particular view created.
Does a short cut exist to find the relation between header file to Storyboard that I don't know?
Click the gray circle on the left section where IBOutlet
s are written.
Tap on 'storyboard name - view name', it'll show that view on storyboard.