iosuiviewinterface-builderxcode-storyboard

Find UIView in StoryBoard


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:

enter image description here

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?


Solution

  • Click the gray circle on the left section where IBOutlets are written.

    enter image description here

    Tap on 'storyboard name - view name', it'll show that view on storyboard.

    enter image description here