Top "Iboutlet" questions

The type qualifier IBOutlet is a tag applied to an instance-variable declaration so that the Interface Builder application can recognize the instance variable as an outlet and synchronize the display and connection of it with Xcode.

IBOutlet and IBAction

What is the purpose of using IBOutlets and IBActions in Xcode and Interface Builder? Does it make any difference if …

objective-c swift interface-builder iboutlet ibaction
Could not insert new outlet connection: Could not find any information for the class named

I got an error on Xcode saying that there was no information about the view controller. Could not insert new …

ios swift xcode interface-builder iboutlet
How to set the UITableView Section title programmatically (iPhone/iPad)?

I've created a UITableView in Interface Builder using storyboards. The UITableView is setup with static cells and a number of …

iphone ipad uitableview uistoryboard iboutlet
"Could not find any information for class named ViewController"

This bug has been driving me nuts since I started using Xcode (4.6.3). Whenever I try to link a Storyboard item …

ios xcode iboutlet
IBOutlet is nil, but it is connected in storyboard, Swift

Using Swift 1.1 and Xcode 6.2. I have a UIStoryboard containing a singular, custom UIViewController subclass. On it, I have an @IBOutlet …

xcode swift uistoryboard null iboutlet
Changing text of Swift UILabel

I am attempting to learn Apple's Swift. I was recently trying to build a GUI app, but I have a …

ios swift uilabel iboutlet
Connect outlet of a Cell Prototype in a storyboard

I'm a newbie with the Storyboard and so I have some difficulties... I have created a TableViewController and I would …

ios uitableview storyboard iboutlet
IBOutlet and IBAction in Swift

I connected a IBOutlet and IBAction to my button variable from Interface Builder to my View Controller. How do I …

swift iboutlet
Xcode Interface Builder - "correct" way to delete/rename miswired IBoutlets / IBactions

I am new to Xcode, working through Swift, so I'm not sure if what I am decribing is actually a …

xcode interface-builder iboutlet
Make a UIBarButtonItem disappear using swift IOS

I have an IBOutlet that I have linked to from the storyboard @IBOutlet var creeLigueBouton: UIBarButtonItem! and I want to …

swift conditional-statements uibarbuttonitem iboutlet