Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
I created UIImageView with the help of Interface Bulder. Now I want to place label inside it (as its subview). …
interface-builder uiimageview subview addsubviewI'm trying to replicate the Stanford Matchismo game from "Developing ios7 apps for iphone and ipad" in iTunesU in Swift. …
swift interface-builder iboutlet iboutletcollectionI actually create a UIScrollView with a UITableView inside it with interface builder. I set the content size of my …
iphone uitableview interface-builder scrollview contentsizeI created a simple application using Xcode 7 Beta 2. The application simply contains class MyAppDelegate, MyViewController, MyMain.storyBoard and MyLaunchScreen.storyboard. …
interface-builder ios9 xcode7-beta4What are File Owner and First Responder in iOS - Xcode?
ios iphone interface-builder first-responderIs it possible to design interfaces in landscape with Interface Builder? Others with the same question apparently were able to …
iphone ios interface-builder storyboardI'm developing an app for iOS and I'm using the Storyboard with AutoLayout ON. One of my view controllers has …
iphone ios interface-builder visibility autolayoutI'm using Interface Builder to layout my app. I have a UITextView that contains some text, part of which is …
ios url interface-builder uitextview clickableI have a question about UITableView... I have a UITableViewController and I created a custom cell. When I visualize the …
iphone ios uitableview interface-builderWhen hooking Swift code up to a Storyboard, how do you add the IBAction and IBOutlet tags?
interface-builder xcode-storyboard swift