0
votes
0answers
28 views

Switch TabBarView to SecondView, but the keys on SecondView cannot be pressed

After I call the function: addSecondView,the view changes to the secondView, but the keys on the secondView cannot be pressed, I already set the view to user interaction enabled, so now I do not know ...
2
votes
2answers
289 views

How to make math equations in Xcode?

I am a total beginner with Xcode and Objective C, but I have some experience with OOP in C++. I bought this book. I read about how to make a simple app, and skimmed the rest of the book. What I want ...
0
votes
0answers
74 views

compiler error: Lexical or Preprocessor

I downloaded XCode 4.3.3 from official site Apple Developer. Also i downloaded chipmunk engine and Box2d that doesn't run on my Xcode. I get a compiler error like Lexical or Preprocessor Issue with ...
0
votes
1answer
151 views

can not link the add button to table view controller - Xcode

I need to link the add button from table list view controller to add view controller but the link is cannot created , when i click the add button its move to the another control cannot to be link in ...
-2
votes
2answers
167 views

Swipe Image on iphone [closed]

I am new on the Iphone programming and now i am trying to do an application. http://www.youtube.com/watch?v=lA9dRUj2W7o Can you give me similar example about this video? or source codes. Thank You!
0
votes
1answer
33 views

How can I customize the color of the Navigation Bar?

I am BRAND new to iOS development and am building my first app using Xcode 4.3.2 for iOS5. I am also using storyboards. I want the background color of my navigation bar to be black instead of the ...
5
votes
2answers
2k views

Error during Xcode Component Installation

I just installed a software update that I was prompted for, presumable affecting Xcode. Now when I start Xcode, I am presented with a dialog box which states that Xcode must install the Mobile Device ...
-1
votes
1answer
86 views

XCode Organizer recognizes my old developer profile [closed]

Back when I was still in school, I was granted a student license by my school so that students could develop iOS apps and install it on their devices. That was like 2 years ago. I just updated XCode ...
-1
votes
1answer
37 views

How to get two different version of executable in the same iPhone? using Xcode

kindly excuse if my question is very basic. I am using Xcode 4.3.3, and when i run the application i get the icon and with bottom line with HTH. Now I have fixed something in the code, and would ...
2
votes
1answer
544 views

customized backbutton working like real back button xcode

i am making a customized back button which works exactly as a real back button does. below is my code UIButton *cusBack = [UIButton buttonWithType:101]; [cusBack setTitle:@"Back" ...
0
votes
1answer
598 views

Detail Accessory Button Segue

My app have UITableViewController and DetailViewController. UITableViewController with multi cell selection and Detail accessory button. If the user select multiple cell and tap on TOTAL Button Alert ...
0
votes
2answers
299 views

use of undeclared identifier semantic issue

i am stack in this error use of undeclared identifier vary common error and sometimes very easy to fix but i am anyway stack, probably i am watching in the wrong way. I am trying to do a log book ...
0
votes
1answer
402 views

Multiplication of Integers in Textfield - Xcode 4.4

I am trying to multiply the integer values in three different text fields. @property (nonatomic,strong) IBOutlet UITextField *textField; @property (nonatomic,strong) IBOutlet UITextField ...
0
votes
0answers
138 views

Xcode :is this if statement right..?

if(([appDelegate.solvingFor isEqualToString:@"Power"]) && ([appDelegate.SolvingForPowerLabel isEqualToString:@"Completed"]) && (appDelegate.typeIError != nil) && ...
0
votes
4answers
567 views

How to upgrade Xcode 3.1.2 to Xcode 4.4.3

New to iOS, Have downloadex xcode 4.3.3 ie: xcode_4.3.3_for_lion.dmg, already the Xcode is present in this machine of the version 3.1.2 [ which i get from spotlight]. Question: If i want new Xcode ...

1 2 3 4 5
15 30 50 per page