Top "Interface-builder" questions

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

How to disable AM/PM in UIDatePicker

How to disable or hide AM/PM in UIDatePicker from code / interface builder? I want to have 24 hours time picker …

iphone cocoa-touch interface-builder uidatepicker
Designing labels/text views with custom fonts in Interface Builder

I am currently working on an iPhone project in which all labels/text views etc. should appear with a custom …

ios xcode fonts interface-builder custom-font
How do I create a 1px line in Interface Builder?

Note, I'm looking to make a 1px line, not a 1pt line. Meaning it should be 1px regardless of screen …

ios uikit interface-builder retina-display
How do you set the tab order in iOS?

Is there a way (either in IB or code) to set the tab order between text fields in a view? …

ios ipad interface-builder
Set WKWebViewConfiguration on WKWebView from Nib or Storyboard

With iOS 11 Apple has added the ability set add WKWebViews outlets on your nibs and storyboards. It seems to work …

ios uiwebview interface-builder wkwebview
NSViewController and multiple subviews from a Nib

I'm having a difficult time wrapping my head around loading views with Interface Builder and NSViewController. My goal is to …

cocoa interface-builder nib nsviewcontroller
Setting Toolbar Items of UINavigationController

In iPhone OS 3.0, you can set the toolbar items of a UINavigationController using the setToolbarItems:animated: method. However, this requires …

cocoa-touch interface-builder uinavigationcontroller uitoolbar uitoolbaritem
macOS window with integrated title bar and toolbar?

In macOS how can I create a window with an "integrated title bar and toolbar" in Xcode and/or Interface …

macos interface-builder osx-yosemite
How to replace RootViewController in "Navigation-based application"

I have an application that uses the "navigation-based application" template in XCode. Now I want to change it so that …

objective-c xcode interface-builder xib nib
Design Pattern: Builder

I have looked for a good example of a Builder pattern (in C#), but cannot find one either because I …

c# design-patterns interface-builder builder