Top "Interface-builder" questions

Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.

Apple Interface Builder: adding subview to UIImageView

I created UIImageView with the help of Interface Bulder. Now I want to place label inside it (as its subview). …

interface-builder uiimageview subview addsubview
Swift - IBOutletCollection equivalent

I'm trying to replicate the Stanford Matchismo game from "Developing ios7 apps for iphone and ipad" in iTunesU in Swift. …

swift interface-builder iboutlet iboutletcollection
Content size issue for UITableView in UIscrollView

I actually create a UIScrollView with a UITableView inside it with interface builder. I set the content size of my …

iphone uitableview interface-builder scrollview contentsize
XCode 7: Launch screens may not set custom classnames

I 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-beta4
Designing in landscape with Storyboards

Is it possible to design interfaces in landscape with Interface Builder? Others with the same question apparently were able to …

iphone ios interface-builder storyboard
iOS equivalent for Android View.GONE visibility mode

I'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 autolayout
Can't make URL clickable in UITextView

I'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 clickable
White space before separator line into my TableView

I have a question about UITableView... I have a UITableViewController and I created a custom cell. When I visualize the …

iphone ios uitableview interface-builder
How do you use Interface builder with Swift?

When hooking Swift code up to a Storyboard, how do you add the IBAction and IBOutlet tags?

interface-builder xcode-storyboard swift