XIB is the file format for Interface Builder, which is a development tool for the Mac OS X & iOS platforms.
1
vote
0answers
28 views
reusable ui components using nibs
I like using interface builder to design ui elements but am designing a screen in which different subviews display depending on conditions. For me its easier to design those subviews in seperate nib ...
0
votes
1answer
26 views
IOS - How to get my text view object information to scroll on view?
I am using Mac OS X Lion 10.7.5 and XCode Version 4.6.1 (4H512),
I have looked at these answers on stackoverflow to try to figure out my question
-cannot make a text view scroll - xcode 4.3
-also ...
0
votes
1answer
28 views
class creation without xib file
Should I create .h .m and xib files together ? Is it recommended ?
I added a TextAudioViewController.xib later and associated it to TextAudioViewController class.
I added each outlets.
I have no ...
0
votes
3answers
41 views
Passing data from one view controller to other view controller through xib file
I want to make one app and it include form submition . In this i create one new project by single view application. In this firstViewController I have put button and by pressing it , it redirect to ...
0
votes
1answer
20 views
ios access user entered value in xib
I have a xib file that I am calling from one of my view controller implementation file. Following is the code that I am using to instantiate and push the view controller onto the navigation stack :-
...
0
votes
3answers
65 views
tableview not working - [UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance
I'm trying to init a uitableview using xib but when I run the app in simulator, the below exception is thrown.
2013-06-16 10:40:48.552 CoreDataExample[60661:c07] -[UIViewController ...
0
votes
1answer
23 views
Superclass with XIB and its subclass with XIB?
In my UI, there are three different table view cells. Well,not THAT different, they have some elements in common. So a base class capturing common elements would be in order.
How to apply basic OOP ...
0
votes
0answers
8 views
Is there a tool to export a live UIView to a XIB?
Sometimes a developer avoids working with XIBs and Storyboards in favor of manually assembling a view hierarchy in code because doing it in code seems less cumbersome than becoming proficient with ...
-2
votes
0answers
30 views
Button is not clicking in landscape mode [closed]
I have one button with background image on view. I am setting frame for view as well as for button in .xib. That button is clicking in portrait mode but not in landscape.
Using iOS 6.
Could anyone ...
0
votes
3answers
50 views
How to increase UITextField height in iphone
I'm creating UITextField using Xib. That default height is 30. But I want to increase that text field height to 40.
Here I had created the outlet and mapped to files owner, then I wrote below line ...
0
votes
1answer
14 views
Loading a xib file on several different UITableViewControllers issue
I wonder if any of you guys ever encountered this problem.
I have a xib table cell with UIImage, UILabel(s) and an UIButton. Pretty simple and straight forward.
The thing is, when I use this xib on ...
0
votes
1answer
24 views
Why Always navigate to Home Page View-ios
My app contain 5 xib
When i navigate to Home to 2nd View and BACK to Home is work fine
But From 3rd View and Tap for BACK its Every Time Push to Home View, I have Try this
-(IBAction)doBack
{
...
0
votes
1answer
25 views
UIView with different height between xib and code
In the iPad version of my application I have a UIView, subview of a TPKeyboardAvoidingScrollView, created by the xib that has as its frame (0.0, 1024, 437). When you run the application in the output ...
0
votes
1answer
48 views
How to set selected background color of UITableViewCell when not in UITableView
I don't see why this would matter, but I'm having some trouble getting it to work.
Disclaimer: This is my first iOS app (or ANY Apple development for that matter, and the app needs to be done ...
1
vote
1answer
24 views
iOS 5 - Blank UIWebView causing long delay before ViewDidAppear
Every time I try and add a UIWebView to my app, it locks the main thread for 5-10 seconds. I cannot for the life of me figure out how to prevent this.
It locks between ViewWillAppear and ...
0
votes
0answers
43 views
Custom UIView shows, but has no width or height
I've created a custom UIView subclass (SRView) with five buttons (laid out in a XIB) in them, and added it to another view in the view hierarchy. Using auto-layout, I centered this view in its ...
0
votes
1answer
55 views
reloadRowsAtIndexPaths don't work in another controller
I have 2 viewControllers: in one controller i have tableView (that include 3 table view 2 popovers and one default on screen). i have 3 arrays to all tableview and in numberOfRowsInSection i return ...
0
votes
2answers
45 views
Add many button in Xib in iOS [closed]
I have requirement to add many button large size but its not coming within view bound what should i implement .
0
votes
1answer
11 views
Manage popview and pushview flip landscape animation
I have some nibs with the same background image.
welcome screen (full screen)
companies list screen (navigation bar and tool bar)
and other ones not important in this case.
On my welcome screen i ...
0
votes
0answers
28 views
Load another view to exist tab on UITabBarController
My UITabBarController has 4 tab and the 4th tab has a view FourthView.xib. I need to load FivethView.Xib in 4th tab instead of FourthView.xib when I do something.
Anybody help? :D
0
votes
1answer
34 views
I need to customize the appearance of an uinavigationcontroller (move down the navigation bar) -STORYBOARD iOS5
I am creating an iPAD application for iOS5, which has a root tabbar, and every viewcontroller of the tabbar needs to be a navigation controller.
I am having troubles trying to figure out how to ...
0
votes
2answers
45 views
creating new UIView objects from XIB
I have a view created in xib with UIImageviews and UILabel as the subviews. From my code, is it possible to create a new view object every time i run a loop.Please help me.
0
votes
2answers
55 views
iOS viewDidLoad is not fired
In my app I am putting a sub view into a view:
subViewController = [[SubViewController alloc] init];
NSArray *nibContents = [[NSBundle mainBundle] loadNibNamed:@"SubView" owner:subViewViewController ...
0
votes
1answer
72 views
xcode 4:6 load interface builder freeform with scroll view height bigger then iPhone screen
I have a view controller that loads a free form with the size 320 x 950. But the screen of the iPhone is only 480 pixels height.
I created a xib file and set on :
Utilities > Show the attributes ...
1
vote
1answer
56 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
42 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
33 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
60 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
1answer
47 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
28 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
56 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
3answers
31 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
47 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
54 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
141 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
29 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
38 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
19 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 ...
0
votes
2answers
59 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
32 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
20 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
73 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 ...
1
vote
2answers
22 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
69 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
17 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
29 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
59 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
40 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
14 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
43 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, ...





