On OS X, a nib file describes the visual elements of your application’s user interface, including windows, views, controls, and many others
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
1answer
20 views
iPhone 3GS iOS 5 support (nibs to storyboards)
I have an iOS project that supports iPhone 3GS and on and requires iOS 5 or later.
This project is using nibs instead of storyboards and is using ivars and properties the "old" way (i.e declaring ...
1
vote
1answer
30 views
QLPreviewController crashing when tapping share button, internal consistency nib bundle error
I'm presenting a QLPreviewController modally. Everything works-- it pops up, shows the preview item and everything. However, once the share button is tapped, the app crashes on the device and in the ...
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
0answers
33 views
Cocoa Window not remembering its position when reopening
I started objective C last week so I'm just beginning to understand how the MVC design pattern works. Basically I downloaded this open source web app wrapper in cocoa:
...
0
votes
3answers
65 views
How do I define a ViewDidLoad method for a UILabel that's contained in a nib file?
I have a nib with a table cell, and within that table cell I have a UILabel. I want to make that label sizeToFit which means I have to do:
- (void)viewDidLoad {
[self sizeToFit];
}
However my ...
0
votes
3answers
44 views
My custom UITableViewCell table cell shows up as a blank list of items
Basically I have a custom UITableViewCell which I made in my nib file. Within that I have some labels and whatnot that I want to be able to edit programatically. I called my nib file "post" and I made ...
0
votes
1answer
14 views
Is there any difference in position of the NSViews in the object menu in the interface builder?
Here is what I have in my Objects menu in the interface builder
Im curious if the order of ImageView , PaintView and PlayerView matters? In my case I want to stack them in the following order: ...
2
votes
4answers
104 views
Creating Views programmatically VS. nib
I am curious to know if anyone has any experience comparing the load time performance of iPhone apps with views laid out in NIBs vs. views laid out entirely programmatically (here is a similar ...
1
vote
0answers
21 views
Sending a friend an xCode project/Sharing an xCode project
I am currently trying to share an xCode project with a friend and I want to know the easiest way to share the project with him. The main reason that I want to share it with him is, because I want to ...
0
votes
1answer
64 views
My custom UIView dos not receive touches
Using IB, I have created a small subview that contains a few buttons. My controller reads the small view from the xib-file and adds it as a subview to the main view. It loads okay, I can see the ...
0
votes
0answers
20 views
Memory Leak With UIViewController singleton in xcode
I'm having a really hard time finding a leak when I call a subclass of UIViewController. Basically it is a singleton called _optionsViewController. When I call it from another UIViewController (which ...
0
votes
0answers
86 views
Loading a UIViewController with a nib result with a nil view property
So I've got a few UIViewControllers which I've subclassed that I'm trying to instantiate with nib files as views. The problem is that once I instantiate them, the view property on them is throwing an ...
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
56 views
Terminating app due to uncaught exception 'NSInternalInconsistencyException' Xcode
Ive recently renamed all of my xcode file names and the project name as well, it used to be called HelloThere and I have changed it to BoatTracker and have renamed .h, .m and xib files ...
0
votes
0answers
18 views
Can we load any nib in other nibs in Android's fragment?
Can we load any any nib in other nibs view as SubView in iphone or ipad 's nibs. same as in Android fragment?
can anyone please make my understanding clear and example. to load nibs inside view.
...
0
votes
1answer
48 views
Does using loadNibNamed:owner:topLevelObjects: allows for weak references in top-level outlets?
I've recently realized that
loadNibNamed:owner:
is deprecated in 10.8 and therefore have started switching it to
loadNibNamed:owner:topLevelObjects:
I'm using ARC and since this new version now ...
1
vote
2answers
78 views
How to Push an UIViewController with NIB file
Im new to IOS development and Im haveing a big headache for not undrstanding something may be pretty easy.
Basically Im using an UITableViewController to go to another UITableViewController, but then ...
1
vote
2answers
91 views
Changing “initWithNibName” to “storyboardWithName”
I followed some tutorial to create an open doors animation during the app launch but it's calling an
xib file and I want to call storyboard and I don' have enough experience with this.
Here's my code
...
1
vote
1answer
92 views
.xib file not in Compile Sources build phase, but still builds correctly; how can this be?
When you start with an Xcode template that has a .xib file, that .xib file is listed in the Compile Sources build phase. This makes sense to me, because during the build process the .xib file needs to ...
0
votes
3answers
148 views
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. First I noticed that when the view controller is loaded, the initWithNibName method ...
0
votes
0answers
19 views
Regarding updating/downloading nibs and Apple Guideines
I'm thinking of setting up my app so that I can download nibs from a server (as periodical updates, but not via the app store).
I'm just wondering if this violates some of Apple's guidelines, ie, ...
0
votes
1answer
120 views
How to instantiate a custom iOS UIViewController and use it's NIB under Storyboard?
I have a project with StoryBoard (iOS 5+), with two UIViewController.
The task would be to instantiate programmatically a second UIViewController (CoordinationController) but I'd like to use it's ...
0
votes
0answers
29 views
Undoing localization nib file Xcode
I am working in localizing an app for French and Spanish. We localized some nib files but recently decided we are going to change some elements in the nib files programmatically rather than creating a ...
0
votes
1answer
81 views
IOS - Quartzcore custom UIView with shadow
I'm implementing a custom UIView to display inside a UIScrollview. The thing is that I need the view to drop a shadow so I did:
#import <QuartzCore/QuartzCore.h>
@implementation CustomView
...
4
votes
2answers
185 views
NSViewController on Mac OS X 10.4
I am working on a bundle code base—not an app—where development started on 10.4, and is required to run on 10.4, but works all the way up to 10.8. It loads its views from nib files ...
0
votes
1answer
81 views
Stylus not working on Express
I have a project that uses Nib and Stylus on Express server, and after some changes this compilation process from .styl to .css didn't work anymore, I was looking in documentation of Nib, Stylus and ...
0
votes
0answers
27 views
How to instantiate a Nib and set values at once?
I'd like to know how to instantiate my Nib and set values at once. Since I don't know it, I code like this below.
MyView *myView = [[UINib nibWithNibName:@"MyView" bundle:nil] ...
0
votes
0answers
22 views
animated autosizing images are not visible
The images here show the animated autosizing images available in the Size Inspector Utility. Why am I not able to see those images in my xib files or my storyboards? That part of the Size Inspector is ...
0
votes
0answers
28 views
Auto layout causes FPS drop on cell from Nib?
I created a control that uses the same dequeue reusable cell approach as UITableView and UICollectionView. Github project here.
I have two functions that register cell prototypes:
...
1
vote
1answer
68 views
pushing to a detail view from a table view without storyboard or nib?
I am building my first app without using storyboards or nibs. i want to push to a detail view from a table view and can't seem to find any resources that show how to do this without interface ...
0
votes
1answer
53 views
Loading one view from nib in cocoa
I would like to know, how to make Cocoa OS X application to show only one window, when NIB file contains more than one? I know it is possible (I saw a project where it was done this way) but always ...
2
votes
4answers
107 views
iOS - Support iPad & iPhone without using nib
I'm trying to write an app without using nib, everything I'll do it programmatically.
Now the problem is, how am I going to support both iPad and iPhone? Obviously, I can't do it with
if ([[UIDevice ...
0
votes
2answers
80 views
storyboards vs nibs in team environment
I was reading the big nerd ranch book on ios development and it is a year old so only addresses ios5 but they advised against storyboards arguing that in a team environment the storyboard file often ...
0
votes
1answer
75 views
AppleScript data is not supported in Xcode 4
I'm migrating a GUI-application from XCode 3 to XCode 4. The source-code is only AppleScript. When I'm opening the a NIB-file the following message pops up:
AppleScript data is not supported in ...
0
votes
4answers
80 views
What is the File's Owner (in Interface builder)?
I am new to Cocoa and I don't understand the concept of File's Owner of a .nib file.
Here is the way I would see things :
Consider a file myNibFile.nib file that describes how looks a window.
Now, ...
0
votes
1answer
87 views
Failed to upgrade *.nib-file because it has a dependency on an Interface Builder 3 plug-in
I recently upgraded my XCode from 3.2.2 to 4.5.2.
An old project compiles fine but I can't change two of its three *.nib-files.
When trying to open it XCode tells me that the document has a ...
0
votes
2answers
144 views
Way to load portrait and Landscape nib on orientation change?
Is there any way to specify nib name such that application automatically pickups corresponding nib for landscape or portrait when there is change in orientation.Like for iphone 4 and iphone 5 there is ...
0
votes
0answers
39 views
Why are all IBOutlets set except _view?
I get the famous loaded the "MyController" nib but the view outlet was not set error. However I made sure, that the IBOutlet view is set.
Once the exception is thrown I hit a breakpoint. Below you ...
0
votes
1answer
104 views
Localized ipad .nib file doesnt work
I have an iPhone application which i am trying to convert to universal.
I have a viewController that has 2 localized .xib (English and Spanish) files , that work great.
Now in order to target the ...
0
votes
2answers
74 views
how do you configure a tableviewcell in a tableview that is added to a UItableviewcontroller in a XIB?
I am using a tableview inside a uiviewcontroller inside a XIB. Because the controller is not a UItablecontroller, I cannot configure the cell directly. If I drag in a tableview cell, i can configure ...
1
vote
0answers
142 views
In app Purchase Apple hosted content - How to load nib from downloaded pkg file
I have following file structure in my hosted content, after extracting every possible archive in the way.
My hosted content was originally a pkg file which was uploaded to Apple, and after ...
0
votes
3answers
82 views
memory retention/leak on iOS
I have a UItableViewCell defined from a XIB file. This cell contains a UIScrollView, which is filled on the fly with UIView Objects - viewXY -. I use arc, everywhere in the code. The UI looks like:
...
0
votes
1answer
109 views
XCode will not bind nib and source header file with control click
I added a custom view controller class with interface (.h), implementation (.m) files, and UI (.xib) to an existing project.
When I ctrl-click and drag between the nib and the interface, it will not ...
0
votes
1answer
271 views
How to open a .nib file in a “popup” window , iOS?
i have a .nib file in my application that i would like to show it to the user as a "popup" window.
I would like to have a result like this :
Here you can see an empty "popup" window with an X for ...
3
votes
1answer
118 views
UIView in nib is nil on iPad, and not nil on iPhone
I have a weird problem with my app. I load a VC at runtime with a NIB named "LoginViewController." That NIB has a bunch of outlets to UIView objects that are placed in the NIB like so:
At runtime ...
0
votes
0answers
19 views
NSInternalInconsistencyException randomly when loading nib
I have received a few crash logs with the following error. I can't seem to understand why this would happen considering the app is in production and I know that the file is included. I can't seem to ...
0
votes
0answers
40 views
Close window programmatically
For a Cocoa application on a Mac I need ti display some windows when the use click on the associated button. I can display the window using this :
-(void)popView:(NSString *)viewName {
...
0
votes
2answers
74 views
UITableViewCells nib showing default values as i scroll
I have created a UITableViewCell nib that I am loading into my tableview, however something weird is happening when I scroll through the table, if I am scrolling down the new cell that comes in shows ...
-1
votes
1answer
62 views
Load a dozen UIView of the same type from a NIB
this might be a dumb question but I found nothing to it...
I stumbled over a piece of code that I think can be optimized.
I have a viewcontroller that consists of 24 notes/postits.
the following ...




