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

learn more… | top users | synonyms

0
votes
1answer
28 views

how to convert UIStoryBoard code to xib file code

I create one application that has side menu (like facebook) and this menu open fron left side. I want create this app with xib file and I help from one project. in that project exist UIStoryBoard and ...
0
votes
2answers
36 views

Why I get to error when I change default .xib?

I have Main.xib and I added a new Interface SeconView.xib. I want to my secondview.xib to be default. I changed default xib from Main Interface but I get to error like Terminating app due to ...
0
votes
1answer
29 views

UIView not appearing on xib

I am trying to make a UIView appear as a rounded box on terms and conditions screen as seen here When I add an UIView to the xib IB the UIView doesn't show up. But if I add a UIButton to the view ...
6
votes
2answers
45 views

iOS: Find out if an image is used in some xib

I want to find out which images in the project are actually used. When I try to find names of images that were set programaticly, I can see them in the relevant classes when searching. This is not the ...
0
votes
0answers
8 views

How to apply .strings changes to a xib file and vice versa

In my OS X app I have currently 2 languages and enabled base internationalization for that. So, in my resource folder I have 3 lproj subfolders: base, de, en. base contains the xib file (say, ...
0
votes
1answer
30 views

Xcode suddenly corrupted my xib file

Last thing I did with it was adding a checkbox and creating an outlet using assistant view. Since then Xcode doesn't compile my project, gives me this error and I don't know what to do with it...
0
votes
1answer
24 views

UIImageView resizes for in simulator when XIB doesn't

I have an XIB which looks like this: , but when I run it in simulator (or on device) it processes like this: and over-streches. How do I prevent it from stretching and being weird when I simulate ...
1
vote
1answer
27 views

load different xib for iphone5 not working in device

Possible duplicate: How to make xib compatible with both iphone 5 and iphone 4 devices Can I use two xibs with one viewcontroller - re: porting to iPhone 5 I have developed an iPhone ...
0
votes
1answer
18 views

Issues Using .xib With Storyboard

Hey I'm trying to open a view controller that is designed using a xib interface file. I am using the following lines of code to generate the controller from within a view controller created as a ...
0
votes
0answers
18 views

How to set NSTableView delegate & datasource?

I create a subclass of NSViewController named MyTBViewController with xib, and add a NSTableView to xib. But when i connected NSTableView's delegate to File's owner and run app, it tell me ...
0
votes
2answers
43 views

xcode I want to change the first xib on launch

I created an IPhone app, then I had to convert it to IPad app. Now, I added a new Objective-C Class which includes XIB, .M and .H files. and I want that new XIB file to be shown on launch. my new ...
0
votes
1answer
35 views

UICollectionView & custom UICollectionReusableView not works

I'm trying to use custom UICollectionReusableView (which has own class and XIB) in my UICollectionView header. But after fetching data in the place of header I have nothing. My steps: Registering ...
1
vote
1answer
21 views

Implementing a storyboard project into a XIB based project

So I have been working on a project in the most recent version of Xcode, I am NOT using storyboard, just standard nibs. However I found excellent source code for an RSS reader I would like to add into ...
0
votes
0answers
18 views

Access files owner view controller instance from subclass (using SWRevealViewController)

I am using SWRevealViewController (https://github.com/Joan-Lluch/SWRevealViewController) and am trying to access the revealViewController instance that lives within the files owner view controller of ...
0
votes
1answer
9 views

access property of file's owner from child object

I am wondering how to access a property that lives in my File's Owner class from another class object that lives within the xib. File's Owner of my xib is a ViewController with a property x. UIView ...
-1
votes
0answers
33 views

What does ticking “Targeted for iPad” do when you don' tick “create XIB for user interface” when creating new view controller in Xcode? [closed]

What diference does it make to tick "Targeted for iPad" when i'm using Storyboards? Whats the difference in the file that generated vs a file that did not tick this option off?
0
votes
2answers
55 views

For the first time I click on a cell, it is taking some time to load the next view controller. Why?

I'm initializing the view controller in the didSelectRowAtIndexpath method, as follows, GuideViewController *gViewController = [[GuideViewController alloc] initWithGuideline:obj withTitle:@"" ...
0
votes
2answers
21 views

Can I make one XIB/NIB that can be shared across iPhone and iPad UIs in a Universal App?

Are XIBs usable across platforms? EG: I'm creating a Universal app. When creating a new XIB, Xcode wants me to pick a device family. This bit of UI will be used in both versions of the app as-is ...
0
votes
0answers
15 views

Upgrade xibs to iPhone5

We have iPhone app which was built 2 years ago. Right now we are going to convert it to suit for iPhone 5. The major works will be converting the existed xibs into two versions: one is for keep same ...
0
votes
1answer
34 views

UIView subclass in XIB doesn't display (drawRect: never called)

I am designing a custom view controller in interface builder with a XIB file and I have a custom UIView subclass that I want to add to my view controller. Here is how I've put my custom view into the ...
0
votes
2answers
19 views

Error showing when i opening my xib file

iam using following code for opening xib when i click tableview row ViewController *List=[[ViewController alloc]initWithNibName:@"ViewController" bundle:nil]; [self.navigationController ...
0
votes
2answers
40 views

iOS show more views from xib inside view

I am working on the iOS app but I need help with showing more custom views from xib files inside one view. What I need is something like this: You can see one root view, some labels and 3 custom ...
0
votes
1answer
12 views

How should I find which XIB contains this reference?

I got this message Could not load the "ItunesArtwork.png" image referenced from a nib in the bundle with Okay which XIB contains ItunesArtwork.png? How do I know that? I search for ...
0
votes
1answer
21 views

UIScrollView / Adding xibs to it

I am trying to create a scroll view and add 2 xib screens (SVPage1.xib and SVPage2.xib) to it so that I can flip through both screens. I created scrollview and Page Control object. This is what I ...
0
votes
3answers
52 views

Storyboards and programmatically views

I'm totally lost in this issue. I have been working with storyboards, I have created a navigation controller with tableviews and some stuff. There are Services in each row of the tableview and I need ...
0
votes
2answers
22 views

Show view from xib in ScrollView

firstly I want to say that I am newbie at iOS development. I have a problem with showing a view from xib file in ScrollView. This MyView is only green background with one label. Here is a code from ...
0
votes
0answers
10 views

Referenced but unused images in XIB file

I'm working on an iPad project that has been heavily modified/recycled over a period of a couple of years. I have at least one XIB file (and likely several more) that contains references to png ...
-3
votes
2answers
32 views

I need help in creating a tabbar controller using xib [closed]

I'm developing an application, for which I need a tab bar controller in my "2nd view controller". i.e for eg, when I click an UIButton I need this tabbar to appear in the next view. As I searched, ...
0
votes
1answer
25 views

Custom UITableViewCell, GetCell throws UnknownNSKeyException

I have created a custom UITableViewController, Cell and Source in my project. The Controller and the Cell were originally created as an iPhone UIViewController template so that I got the partial class ...
0
votes
8answers
57 views

How to connect UITableViewCell to UITableView from the same XIB?

I have XIB with UITableView and UITableViewCell. How should I connect this cell to tableView in my cellForRowAtIndexPath? EDITED EDITED I simply want to use the cell from screen in tableView ...
0
votes
1answer
41 views

How to bring Gradient look - IOS

In my application I need to bring gradient look on my views, toolbars, UITableviewCells, etc.. I have done temporarily by setting background images, However I don't know it's a proper way, Is there ...
0
votes
1answer
36 views

How to reload an object connected in xib

I have a UIViewController (myViewController) with a XIB file. In this XIB file, I have connected an other object UIPickerViewController (myPicker). When my UIViewController is allocated, initialized ...
0
votes
1answer
36 views

Changing size of UIButton while using Autolayout?

I'm pretty new to ios. I'm working on a project which is going to frequently use a certain UIView class throughout the application. This class is simply an image that does some transparency stuff ...
4
votes
5answers
108 views

How to highlight only text in UILabel - IOS

I just want to highlight only text in UILabel, I have tried by giving backgroundColor for label, but it is highlighting the empty spaces also looks not good. So Is there any way to highlight text ...
0
votes
1answer
26 views

Saving, Document Extensions, and Preferences (Info.plist)

I have a simple document-based Cocoa app call "RaiseMan". When I go to save a file, this message appears in the console: -[NSDocumentController fileExtensionsFromType:] is deprecated, and does not ...
0
votes
3answers
96 views

Load UIView with Nib and UIView class

I've tried this class https://github.com/autresphere/ASDepthModal i want it to popup like it does but i want to be able to set the labels programmatically, since i need the to change depending on ...
0
votes
0answers
14 views

How can I use MJPopupView with storyboards?

I am trying to implement a xib based project into my stryboard project, I have been looking for a while and found this: Using KNSemiModal or MJPopUpView with storyboard but I dont know where to put ...
-1
votes
3answers
68 views

how to make the view controller compatible with iphone 5 if xib not taken

How can a view controller be make compatible with iphone 5 if it's xib file not taken. Is it possible to make that change programmatically. Thanks in advance.
0
votes
1answer
62 views

Positioning items in overlapping UIViews in xib file

Let's say that I have a xib with a stack of UIViews on top of each other: The bottom UIView(A) with a UIButton on it and when the button is pressed, this layer is hidden and the next one is shown and ...
0
votes
0answers
9 views

adding view from XIBs, attempting to change background color

I have in my XIB file a UIView element (let's call it theSmallView) that I'm attempting to add to a UIScrollview that exists on the self.view property. in the viewDidLoad I am attempting to change ...
0
votes
1answer
49 views

Subclass a custom UIViewController (with xib) to add additional behaviour

Here's the deal: I'm using the DEFacebookComposeViewController which is a custom subclass of a UIViewController. This subclass is using an xib to setup the user interface. Now I want to add some ...
1
vote
0answers
11 views

Xcode quickly jump to Action associated with a Control

Is there a quick way to jump to an action associated with a control. Say there is a button on a XIB file that has an associated action. The way to find the code associated with this is rather ...
1
vote
1answer
59 views

UITableView delete button overlaps to content

I'm preparing a UITableView with a custom prototype cell having a UISwitch widget on the right side, and I'd like to let my users be able to delete rows. Everything is fine with that, except the fact ...
0
votes
1answer
33 views

Updating app on device with .xib removed crashes app

I have an older version of an app installed on a device. In my new version I no longer had use of a .xib file as it changed from something complex to just a table view and I can instantiate it in ...
0
votes
0answers
18 views

Image folder reference - image not show

I have a problem with some images, I create a folder reference (blu icon) with some subdirectory, I add /Immagini in "User Header Search Path", then in a xib file I add a button and I select an image, ...
0
votes
0answers
23 views

XIB used images name list

I have a question. I want to know about the what are images are used on the xib. Please guide me. I have tried with following comments grep -i -r --include=*.xib "bs_back_light.png" ...
0
votes
2answers
81 views

Xib not found after localization

I've added a new localization for italian language in my project and after that I localized a xib file to start the translation of the project. The problem is, now when I run my project in the ...
0
votes
1answer
27 views

MonoTouch: add a custon view XIB

I would like to add a custom view XIB to my UITable views header. Following this link How to add a custom view to a XIB file defined view in monotouch i created a XIB with a view. It has just two ...
0
votes
1answer
34 views

Loading an attributed string from a UILabel defined on a XIB, that's NOT part of self.view

I was wondering if it is possible to define a UILabel on a Xib file, and on that label define an attributed string with different fonts, styles, sizes, etc... then wire up that label to a property, ...
0
votes
1answer
80 views

Two UITableViewCells in my XIB for iPad/iPhone

I am trying to use two differently formatted UITableViewCells depending on if it's an iPad or iPhone. Both the cells show the same information, but the iPad cell has half the height and double the ...

1 2 3 4 5 21