Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where tag value of UIButton in interface builder is gone in xcode 5?

Tags:

xcode5

I was just updated my xcode to xcode 5 , now i need to set the tag value of UIBUTTON in interface builder , but i can't see any tag textfield in xcode 5 , Please tell me where it is gone ?

like image 732
user2761529 Avatar asked Oct 26 '13 21:10

user2761529


People also ask

What is UIButton in xcode?

A control that executes your custom code in response to user interactions.

Where is Interface Builder in Xcode?

First, in Xcode, go to the Resources folder from the tree view on the left and select MainMenu. xib . It will open in the main view. This is where you are going to build you UI.

How do I center a button in Swift?

To create constraints select the button and click the Align icon in the auto layout menu. A popover menu will appear, check both “Horizontal in container” and “Vertically in container” options to center the button on the screen.


1 Answers

On the attribute pane, scroll down to View. Hover over it and you'll see on the right it shows Show. Click on it and it will expand and show you the Tag value.

like image 70
coopermj Avatar answered Jan 04 '23 08:01

coopermj