I have one project in which I had crated viewControllers with Xib each for iPad, iPhone5 and iPhone. I had named them like this XYZ.xib, XYZ_ipad.xib, XYZ_4.xib and they are just working fine. I didn't used Auto layout. Now I want to make this project compatible with iPhone 6 and 6+ . I am able to create the xib for iPhone 6 but how should i name it so that it is picked automatically like it is now being. I want to create new xib for iPhone 6 and 6+. Any other idea or help is appreciated.
Creating XIB for each viewController compatible for iPhone 6 and 6+
361 Views Asked by Rana At
0
There are 0 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in XIB
- Xcode Interface Builder loading XIB file show view with transparency
- Xib taking long time (>1s) to load. UIFont cache seems to blame
- UIVIew from XIB with Autolayout to UItableView Header
- On xib, dragging view will automatically go inside a bigger view
- Is it possible to create a prototype content UITableview in a xib file without using storyboard?
- Trying to load a nib from interface builder
- Xib based view is always full-screen and displayed on top of all other views
- Add a view defined in a xib file in a Window in the soryboard using Xcode & Swift
- Some time App take iphone XIB to load controller
- Xcode 7 beta made my apps storyboard files inaccessible
- prepare push segue from presentviewcontroller using xib ios7
- Putting .xib files in a resource bundle with images
- Initializing a xib view as a subview of another NSView
- Programmatically using constraints to center a UIIMageView
- Add tableView to a custom View
Related Questions in IPHONE-6
- Dealing with graphical assets for iPhone 5/5S/6/6 Plus
- Centering responsive email in iphone 6
- How to support app for iphone 6 and iphone 6++
- Strange behavior UISearchBar on Iphone6
- AutoLayout constrain for a view to be right above the keyboard
- iOS 8 Orientation Issues : Keyboard ends up in incorrect position
- Use "375x667" in iPhone 6 Plus
- how to make old xcode project AppIcon and LaunchImage support iphone6?
- Adapting UIButton sizes to iphone 6 and 6 plus
- Status bar becomes black
- iPhone 6/6+ optimization issue
- watchKit fails to run on simulator
- UIImagePickerController iOS8 issue
- This app is optimised for iPhone 6/6 Plus
- iPhone 6, iOS 8.1 reports 320x568 points screen on Device, but 375x667 on Simulator
Related Questions in IPHONE-6-PLUS
- Using Navigation Controller in TabBar Controller Iphone 6+ IOS 8.3
- Dealing with graphical assets for iPhone 5/5S/6/6 Plus
- ios:Application got stretched
- race condition with rotation and split view in iPhone 6 Plus simulator
- NavigationBar's titleView label missing after switching to Landscape in Master Detail View Controller
- iPhone plus and iPad UIBarMetrics (different landscape/portrait images for navigation bar)
- only in iPhone 6plus simulator - Could not find a storyboard named 'Main' in bundle NSBundle
- In which size to cut design for @2x iPhone 6/5/5S
- AutoLayout constrain for a view to be right above the keyboard
- UI doesn't fill in iPhone 6 plus
- Use "375x667" in iPhone 6 Plus
- Adapting UIButton sizes to iphone 6 and 6 plus
- Status bar becomes black
- Empty 3x placeholder images does implies a detrimental on the UX performance of an iPhone 6 plus?
- iPhone 6/6+ optimization issue
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?