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.
I am trying to make my editable UITextView resign the keyboard (resignFirstResponder) when the user taps "Done." Using a UITextField, …
iphone interface-builder ios uitextview iboutletI'm trying to replicate the Stanford Matchismo game from "Developing ios7 apps for iphone and ipad" in iTunesU in Swift. …
swift interface-builder iboutlet iboutletcollectionin fact the title contains my question. I have a UISegmentedControl, and need to deselect currently selected tab. I tried: […
iphone xcode uisegmentedcontrol iboutletI'm familiar with most of the process of creating an XIB for my own UIView subclass, but not everything is …
ios uiview init iboutlet loadnibnamedI made these (marked with red border) IBOutlets using ctrl + drag But i don't like to have the exact same …
ios swift cocoa iboutlet iboutletcollectionI have quite a large project (~20 scenes). One of which is a TableViewController with a custom UITableViewController class. I have …
ios uitableview iboutletThis page shows how easily I can connect outlets http://developer.apple.com/technologies/tools/whats-new.html in Xcode 4, but …
iphone xcode connection iboutlet xcode4I'm trying to switch views after an animation as seen: [UIView beginAnimations: @"Fade Out" context:nil]; [UIView setAnimationDelay:1.0]; [UIView setAnimationDuration:0.25]; …
xcode uiview ios6 uistoryboard iboutletI have a custom UIView class. Inside it I have declared an IBOutlet property for UIImageView. #import <UIKit/UIKit.…
objective-c uiview storyboard iboutlet