OneGuyInDc
OneGuyInDc

Reputation: 1565

Naming multiple views in Xcode with StoryBoard

I have a story board with a UIViewController. The viewController has many views In Xcode/StoryBoard - all views appear as "View". This is very annoying as I can not distinguish them. - I would like to rename them as View1, View2 etc so that I can tell them apart in Xcode.

How can I do that Xcode Screenshot

Upvotes: 2

Views: 758

Answers (1)

OneGuyInDc
OneGuyInDc

Reputation: 1565

Found it - This is done via the Label in the Identity Inspector Tab

Upvotes: 5

Related Questions