nib Questions
3
Solved
Is it possible to hide dock icon programmatically on demand. I know one way by which defining property "Application is agent (UIElement)" in plist we make the cocoa app as user agent. But this resu...
Peremptory asked 14/5, 2010 at 9:10
21
Solved
In my AppDelegate there is a problem I do not understand. RootViewController initially called ViewController and I changed it name. The application is formed by many ViewController then I have intr...
Brighten asked 4/10, 2012 at 7:42
2
I have a custom cell called NormalImageCell that inherits from UITableViewCell and is tied to a xib. Let's say I wanted to create a new cell called LargeImageCell that inherits from NormalImageCell...
Brandtr asked 31/7, 2016 at 9:49
4
Solved
I am starting to move more of my view hierarchy construction to IB.
I have a nib file called "AlignmentViewController.xib" in which I set up my view hierarchy with AlignmentViewController as the ...
Deservedly asked 19/10, 2009 at 13:54
8
Solved
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)' w...
Wordsmith asked 29/8, 2013 at 10:8
6
Solved
Something strange going on with IBOutlets.
In code I've try to access to this properties, but they are nil. Code:
class CustomKeyboard: UIView {
@IBOutlet var aButt: UIButton!
@IBOutlet var o...
4
Solved
I have made a custom UITableViewCell called "SwitchCell" that has a switch.
In iOS9 Only, using Xcode 7 beta, the Content view in the cell is on top of the switch. (See screenshot of View Hierarch...
Necessarian asked 28/7, 2015 at 15:57
6
Solved
I have a project that is all in Objective C, except for my view controller, which is in Swift.
When I run it, i get the error
Terminating app due to uncaught exception
'NSInternalInconsistenc...
Southwesterly asked 26/9, 2014 at 23:38
21
Solved
I have no images called "" (nothing). I've gone through the .xib file of the screen where this pops up and can't find anything that would cause this. Anybody who have had the same issue? Here is th...
Ramey asked 1/10, 2012 at 11:43
4
I've seen a number of similar questions, but many aren't up-to-date, and none have fixed my issue.
I have a custom Xib and class, CardView. When I try to instantiate it in code, I get Could not ca...
2
Solved
I am trying to use Nib CSS3 extensions in stylus. Installed stylus and nib (tried local & global -g). But none works, when I do
stylus styles.styl > build/styles.css
# styles.styl
@import...
4
3
Solved
Is there a way to convert NIB files to XIB files so that I can open them in Xcode 4? Once I have edited them, is there a way to convert them back to NIB?
Childbearing asked 8/4, 2012 at 15:48
3
Solved
What's the best way to check if a Nib or Xib file exists before trying to load it using initWithNibName:bundle: or similar?
Sldney asked 28/5, 2009 at 23:29
3
Solved
Using MonoTouch, I'm trying to make a custom view, so I can reuse this view multiple times in a screen. (it's a bunch of labels and buttons)
After reading the answer to this post:
How to add a cust...
Victimize asked 25/6, 2012 at 11:37
3
Solved
Our company is developing a quite large app for the iPad. Eventually we want to be able to customize the UI per customer (tenant) and maybe even per user (of that customer). We started off in HTML5...
Timpani asked 28/7, 2012 at 11:36
4
Solved
Within my iPhone application I have a common tab bar with three tabs that is presented from several views after pressing a button. The approach I followed was the workflow of Tweetie application, d...
Crisp asked 6/5, 2011 at 9:56
2
So I created a custom an abstract class who inherit from UIViewController (Inherited by RebloodViewController) class named MainViewController. In this class I write a reusable nib registration func...
Blaisdell asked 17/1, 2018 at 8:25
3
Solved
I was trying to figure out how to create a custom view using xib files.
In this question the next method is used.
NSBundle.mainBundle().loadNibNamed("CardView", owner: nil, options: nil)[0] as! UI...
2
I've always used the loadNibNamed method for loading custom views into view controllers, but now i'm trying to avoid calling that method outside the custom view for making it more reusable so that ...
2
Solved
For better re-usability I want to create a table view outside of my Storyboard.
Now when I create a UITableView based ViewController with Nib in Xcode I get the default TableView in the nib file. ...
Mesothelium asked 20/12, 2011 at 10:43
2
Solved
I read some answers related to the same question, but I'd like to ask for something specific. When you have a HUGE project, imagine a big social network, even if you separate your UIViewControllers...
Former asked 24/6, 2017 at 10:45
7
Solved
Have I missed something obvious or is it not possible to zoom freely in and out of an open nib file, within the integrated Interface Builder of Xcode 4?
Hypolimnion asked 26/5, 2011 at 9:47
3
Solved
I'm using Xcode 4 and when I run my app, the first screen doesn't load. It fails in the simulators and on a device. I've searched for answers and they all say to make sure I've dragged the circles ...
3
Solved
In Xcode 4, there was a never-quite-fixed bug where Xcode prevented you from resizing views (some silly "Design feature") - you had to make sure you set all the topbar/statusbar/navbar/tabbar to "n...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.