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
0answers
9 views
warning:Attempt to present MPMediapickerController on TabBarController:whose view is not in the view hierarchy
my project is based on the iPodplayer/MediaPlayer. I used the older sample from Apple , that is Add Music. It is from 2009. Based on XIB files.Now I used the sample but implemented Storyboard and ...
1
vote
1answer
12 views
Replacing UIViews when screen rotates in the same View Controller
I have never done this before - changing a ViewController´s UIView like this, so although it seems to be working perfectly I am unsure if this is a good idea - if it could lead to any major bugs. It ...
1
vote
0answers
5 views
Animate contents of a subview loaded from a nib
I have a uiviewcontroller that contains a uiview as a subview.
The idea is to change the uiview displayed (loading the uiview to display from a nib) by clicking on a button.
Currently I made it, by ...
0
votes
0answers
46 views
Tweaking Mac OS X Notification Center Alert Dialog
So after upgrading to Mountain Lion I've been annoyed by the new alerts for calendar reminders. It use to show up directly center in the screen so I wouldn't miss it. Now the calendar reminders ...
0
votes
1answer
43 views
Xamarin Studio. Monotouch. Could not load NIB in bundle … with name
When I test the app on the simulator, I get the following:
Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Could not load NIB in bundle: 'NSBundle <...> (loaded)' ...
0
votes
1answer
37 views
loading a new nib file after user approves
In my application i have 3 nib files. In the first nib file i have a uiwebview which redirects the user to vimeo page for user authentication for my app, after the user presses allow in that link then ...
2
votes
1answer
41 views
How can I modify a screensaver (.saver)?
My goal is to be able to modify a Matrix screensaver that is no longer being supported by the developers. I simply want to be able to change the color of the glyphs from green to red. From what I've ...
0
votes
2answers
68 views
Could not load NIB in bundle: 'NSBundle ERROR
i have tried everything i have read on google, and stackoverflow but none of the suggestions seem to work. i have been stuck on this for 2 days trying to fix it but i hope you guys can help me out and ...
0
votes
3answers
63 views
Nib from different class
I have tried several other examples, on this site and others, but for the life of me I cannot get this to work.
I have a NIB file which is a part of the class "ViewController2". I need to use a few ...
1
vote
2answers
45 views
From iPhone app to Universal app, user interface considerations
As I say in the title, I'm developing an iPhone app. I use nib files, I don't use any storyboard, and I know that for iPad I'll need to replace some of the controls I currently use for iPhone, since, ...
1
vote
1answer
33 views
Shift frame inside UIPopoverController
My universal app uses NIBs for its settings screens. I'd like to use the same NIBs for both iPhone and iPad.
Thus on iPad, I use a UIPopoverController in the MainViewController and for settings, ...
2
votes
2answers
40 views
How do I segue from a NIB subview to a viewcontroller in the storyboard
I have a combination of a storyboard and NIB viewcontrollers how can I segue from one to the other
This is the Scenario:
UITabBarController(storyboard)|- UINavigationController (subclassed ...
1
vote
1answer
62 views
Obtain row height dynamically in UITableViewCell with multiple nibs
I have a UITableView with the UITableViewCell loaded from different Nib files when the user taps or double taps a cell i.e there are three different Nib files of varying height, one each for normal, ...
0
votes
2answers
57 views
Override - (void)setBackgroundImage:(UIImage *)image forState:(UIControlState)state for nib
I have a nib in that I added a button and given background image to it.
I created a sub class of UIButton and given that class to that button.
I want to override
- (void)setBackgroundImage:(UIImage ...
0
votes
0answers
13 views
Cocoa: key equivalent invalid in title-less modal window?
I set some button's key equivalent in a view-controller-based nib file, then add this view to a NSWindow object, and finally drag this window into current window modally using NSApp's + ...