Top "Xib" questions

XIB is the file format for Interface Builder, which is a development tool for the Mac OS X & iOS platforms.

How to set linear gradient to background of LaunchScreen.xib in iOS

Is there any way to set linear gradient to background of LaunchScreen.xib in iOS? Something like background="linear-gradient(#000000, #123456)"? <…

ios background xib linear-gradients launch-screen
UIButton inside UIView doesn't respond to touch events

I've put a UIButton inside a custom UIView and the button is not receiving any touch events (it doesn't get …

objective-c uiview uibutton interface-builder xib
Can't Load UIViewController XIB file in Storyboard in Swift

I've read Using XCode storyboard to instantiate view controller that uses XIB for its design but I'm having troubles making …

ios uiviewcontroller swift storyboard xib
Load custom UIView with XIB from a View Controller's view using IB

I have a custom UIView (MyCustomUIView) which is built using Interface Builder. I'd like to place this custom view in …

ios uiview xib nib initwithcoder
How to increase UITextField height in iphone

I'm creating UITextField using Xib. That default height is 30. But I want to increase that text field height to 40. Here …

iphone uitextfield xib outlet
Loading a nib file inside a UIViewController

I'm experimenting on how to load nib files to a UIViewController. I have created a separate nib file called Email. …

ios uiviewcontroller xib nib
Unsupported Configuration: This file is set to build for a version older than the deployment target. Functionality may be limited

Can anyone explain this warning? Unsupported Configuration: This file is set to build for a version older than the deployment …

ios objective-c xib
How To: Self-Sizing Custom-View from XIB with StackView View in iOS

I've recently started diving into iOS development with Swift again and am now looking into a custom UIControl. For layout …

ios autolayout xib uistackview intrinsic-content-size
Using UIPageViewController without storyboard

I would like to add a tutorial to my app using UIPageViewController, but my app is not using storyboard, do …

ios objective-c xib uipageviewcontroller
Xcode 4.5 corrupting XIBs?

i am using the new xcode 4.5, i have this lines of code on some view controller: DiscoverCell* cell=[table dequeueReusableCellWithIdentifier:@"…

xcode exception uitableview xib nib