Siddharth
Siddharth

Reputation: 4312

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?

Upvotes: 0

Views: 557

Answers (2)

Arnab
Arnab

Reputation: 4356

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

Upvotes: 0

Chirag Sondagar
Chirag Sondagar

Reputation: 617

First you go to your storyboard and after click below squrebox near by "View as iPhone SE" and you showing side pane with all viewController and after press command: ⌘+f with your view you can get easy your view.

Upvotes: 0

Related Questions