Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
Have been out of Swift coding for almost a year, I'm back. Download Xcode 10 beta. Have I lost my mind? …
xcode interface-builder uistoryboard xcode10Probably something simple, but I can't figure why I cannot resize a UIView in a xib in Interface Builder. I …
iphone xcode interface-builderI'm relatively new in the XCode/iOS world; I've done some decent sized storyboard based apps, but I didn't ever …
ios objective-c xcode interface-builder uistoryboardI have a UIView with an UIImageView dragged onto the view. All of a sudden, for all my xibs, the …
iphone xcode interface-builder uiimageviewThe sort of classic Springs and Struts, aka "Anchor and Align", or "Autosizing masks" is the only sort of resize-management …
xcode interface-builder nslayoutconstraintConsider the following simple view controller: class ViewController: UIViewController, UITableViewDataSource { @IBOutlet weak var tableView: UITableView! var items = ["One", "Two", "Three"] …
ios uitableview swift interface-builderI have a custom UIView object with a nib that defines the view/subview layout. My outlets are connected, and …
iphone ios uiview interface-builder nibI have a custom view (xib) that has a UIButton inside of it, I made id IBDesignable doing the following: …
ios swift xcode interface-builder ibdesignableI've seen apps (e.g. meebo) that have different indicators on UIPageControls instead of the default white circles. is there …
iphone objective-c interface-builder uipagecontrolWhat are the main differences between using Storyboards and xib files. Specifically, what are the advantages or disadvantages of using …
ios xcode storyboard interface-builder xib