Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
I used to use autolayout add new constraints to make simple constraints to superview / relative view like this (for loooong …
xcode autolayout interface-builder xcode11 xcode11.3I have a subclass of UIView that needs to calculates it's height according to it's width. When created in code …
iphone uiview interface-builder nibI need to create a couple of UIButtons with various widths programmatically in my app (iOS 6.0 and above). I want …
ios xcode interface-builder autolayout nslayoutconstraintI've created in Interface Builder a NSSplitView with two subviews. I want the left-side view to have fixed width. I've …
cocoa interface-builder nssplitviewIn my Cocoa app I have two NIB/XIB files that I need to connect: MainMenu.xib: contains a custom …
cocoa interface-builder xib nsmenuitem nsapplicationI have a menu with several items created in interface builder. It looks fine there and 'enabled' is checked. But …
objective-c cocoa macos interface-builder nsmenuitemI am now quite comfortable using autosizing masks in IB but there are two autosizing setting that I am not …
xcode ios5 interface-builder autosizeI searched for a way to add my custom font to iphone app and I was successful in some cases. …
iphone interface-builder uifont custom-fontThe image I want to use for my launch screen is tall and narrow. Most of the important content of …
ios uiimageview autolayout interface-builder launch-screeni've a NSTextField (label) centered with IB in a view with the text "__DRAG_AND_DROP_YOUR_MEDIA_HERE". In …
objective-c xcode cocoa interface-builder nstextfield