xcode4.2 Questions
5
Solved
I have imported the three20 project into my project, and when I upgraded to Xcode 4.2 with iOS 5, a bunch of warnings appeared in the project.
I don't care about them, but they make a lot of nois...
Vevay asked 3/11, 2011 at 15:36
3
I'm trying to use the new StoryBoard feature of Xcode 4.2 and keep getting this error when using a Table View with a custom cell.
cell reuse indentifier in nib (Cell) does not match the identifier...
Rodroda asked 17/10, 2011 at 17:0
2
After using the "iPhone Configuration Utility" program to install IPA applications to my iPhone on the go, I wondered how this process worked. Within a few Google searches, I found out about "Mobil...
Cyril asked 28/10, 2011 at 22:53
4
Solved
I am creating cocoa app in which i created NSTextField programmatically like this,
NSView *superView = [[NSView alloc] initWithFrame:NSMakeRect(0, 300, 1400, 500)];
NSTextField *myTextField = [[N...
Pileup asked 18/4, 2012 at 7:46
4
Solved
I added a Navigation Bar manually, it doesn't even have a navigationController. Initially I had hard time adding it, but now I have hard time deleting it.
I tried all combinations of delete, shif...
Exedra asked 18/1, 2012 at 5:1
8
Solved
For the most part with ARC (Automatic Reference Counting), we don't need to think about memory management at all with Objective-C objects. It is not permitted to create NSAutoreleasePools anymore, ...
Epidemic asked 31/1, 2012 at 21:3
3
Solved
When it comes to Xcode4.2, I'm really in a puzzle about the storyboard.
For example, I add a label to a view in the storyboard, but after a moment, I feel it's not the thing I needed.How can I del...
Surd asked 18/1, 2012 at 17:52
7
Solved
I need to create button programatically with an image for normal and highlighted state as well text. I cannot build it using Interface Builder, because I need to create buttons over a UIScrollView....
4
Solved
I started an "Empty Application" template, this means that I had to add my own storyboard file. Problem is, it is completely blank, and I can't figure out how to get the first view on there, so I c...
Neveda asked 24/11, 2011 at 4:1
3
I had selected local git repositary when I created xcode Project.
But when import to SVN and commit, it commits locally not in SVN.
How can I resolve this problem? I want to remove all hidden...
5
Solved
I'm unable to change the price of an in-app purchase. I added initially for testing purposes, but now that I'm submitting the app, I'd like to change it. Unfortunately, it doesn't seem to accept th...
Dampproof asked 14/3, 2012 at 9:6
4
I am working on my first iOS app and whenever I change something in Xcode and then build and run, the changes aren't reflected in the simulator. It isn't just code, I've added images as well.
I ha...
6
Solved
I keep searching, but cannot find a clear and simple explanation on how to include one XCode project, along with all of it's sub-classes into another project. I routinely see stuff like that in sam...
Differential asked 21/2, 2012 at 0:35
2
Solved
Could someone explain the difference between the Copy Bundle Resources phase of Xcode and a Copy Files phase? When would I use "Copy Files"?
4
Solved
I've been referencing a lot of Projects, and i do it through adding their paths in Header Search Paths.
I've been following the referencing stuffs through the "Referenced Project's" getting Starte...
2
In Xcode 4.2 when I create a new branch and open it, the iOS scheme which exists in the Master is lost. Instead I have a scheme for 'Mac 64 bit."
This has happened a few times in a row and I hand...
6
Solved
I am having some issues where my UITableView is not reloading, I have redone the linking of the outlet to make sure that was not the issue. I have also tried using [self table] reloadData] but that...
Equally asked 14/4, 2012 at 17:10
9
Solved
How can I set an image for UITableViewController?
I have used many things but it doesn't help me to set the image as background
UIImageView* bgView = [[[UIImageView alloc] initWithImage:
[UIImage...
Latashialatch asked 8/4, 2012 at 20:49
7
I have created an ad hoc archive and a .ipa file for the application I am trying to distribute. I have also created a distributing provisioning profile with the UDIDs of the devices that I plan on ...
Yetah asked 4/3, 2012 at 4:3
4
Solved
I want to change this:
//
// ViewController.h
// MyApp
//
// Created by _username on 12-04-05.
// Copyright _company_name. All rights reserved.
//
And I tried:
http://macdevelopertips.com/xcode/...
9
My objective is to create a tabbed application, then the view for each of the tabs are constructed in separate storyboards.
My mainstoryboard is a tab view.
Then I create a secondary storyboard...
Bevash asked 28/11, 2011 at 14:57
5
Solved
I am writing a C++ library in Xcode 4.2.
One of my classes won't compile with this error:
attempt to use a deleted function
There is no specific indication what function it's talking about.
I don...
2
I am testing an application I created in Xcode. I archived it then clicked 'Shared' on the Organizer. From there I chose "Mac OSX App Store Package".
When launch the created pkg file then it immed...
Stereotypy asked 7/2, 2012 at 5:36
18
Solved
I am trying to adjust the cell height for one of the cells on my table view. I am adjusting the size from the "row height" setting inside the "size inspector" of the cell in question. When I run th...
Yoheaveho asked 23/12, 2011 at 12:5
8
Solved
I need help with launch images on iphone.
In the project settings on xcode theres an option to add launch images.
I added it and it displays for 2 seconds...
I want it to be more...
How can i chang...
Petrinapetrine asked 26/2, 2012 at 8:14
1 Next >
© 2022 - 2024 — McMap. All rights reserved.