abh
abh

Reputation: 1249

Unhide Right Bar in xcode xib file

I am new to iOS development. I am not able to see the right bar form which we drag items to xib files.. How can i bring it back ?

enter image description here

Upvotes: 0

Views: 165

Answers (4)

user4899118
user4899118

Reputation:

Click on click 3rd rectangle on top right corner of Xcode there you will see the 3 rectangles

Upvotes: 1

Native_Mobile_Arch_Dev
Native_Mobile_Arch_Dev

Reputation: 777

Here are two options:

  1. From the Xcode menu, select: View -> Utilities -> Show Utilities
  2. Press the Utilities icon in the top right corner to show it.

enter image description here

Upvotes: 3

Bhargav
Bhargav

Reputation: 139

see the top right corner of Xcode there you will see the 3 rectangles click 3rd rectangle. click the mouse pointer over there you will tip "Hide or show the utilities".

Upvotes: 2

Ramiz Wachtler
Ramiz Wachtler

Reputation: 5683

Click on the marked area in my screenshot in Xcode (top right corner)

Screenshot

Upvotes: 2

Related Questions