How can I get my UIPickerView to apear on top of the TabBar?
http://bit.ly/aSFKYY
This is a TabBar Application and that NIB file contain 2 views
That I animate to show / hide instead of the keyboard, but the keyboard animates on top of all UIViews.
How can I accomplish this with my Custom View?
...
I can't be sure when this stopped working because I haven't used it for a while, but it was possibly since I upgraded to the 3.2 SDK. In Organizer, when I select the "Screenshots" tab and press "Capture", nothing happens.
I've tried this with three different devices and I've restarted my Mac. What's happened, and how can I fix it?
...
I have built a universal application for iPhone and iPad which uses Localizable.strings for German and French localization – the app's native language is English. The app builds and runs normally in iPhone/iPad Simulator and iPhone/iPad Device.
I recently bought a new laptop and installed Xcode. When I checkout my project from the Subve...
Hi
I've been iPhone programming for 6 months and come from a PC/Java/Eclipse background and still have a few annoyances with Xcode/iPhone programming I wonder are there any shortcuts to.
Is there any way to prevent multiple windows opening all the time in XCode?
a) When you click on the Errors/Warnings in the bottom right of the status...
I'm looking for a way, to automatically dismiss an alert view after some time or after a task is done.
Is there a possibility? (or another way to show a message for some time?)
...
I'm running into an issue and I wanted to confirm that I'm doing things the correct way.
I can test simple things with my SenTestingKit tests, and that works okay. I've set up a Unit Test Bundle and set it as a dependency on the main application target. It successfully runs all tests whenever I press cmd+B.
Here's where I'm running i...
I was reading this great article about Base SDK and Deployment targets and decided to try it out myself. The Deployment target seems to be buried in the Build settings, and not that easy to access compared to the Base SDK target (which is right there in the General tab of the project settings). To get to the Deployment settings now I hav...
I am compiling an IPhone application via command line (so no XCode options involved) and I am unable to get my symbol names to show when profiling with Instruments. I have tried several flags such as -gdawrf-2 and -g without any success. I have also tried using dsymutils to generate a .dSYM file but i have no clue how I'm supposed to use...
Hi to all.
I've been working on an Xcode (iPhone) project with three different persons. We have the project on a Subversion repository, but we still don't completely understand some aspects of the Subversion + Xcode methodology:
1) Each time someone does a commit on a single file, it may appear or not in the project of the other dev...
Hi Everyone,
I'm new to iPhone development. I am trying to get Xcode to run an application on a phone.
The app works fine in the simulator. Initially I hit the error:
The executable was signed with invalid entitlements
I followed the steps here:
http://stackoverflow.com/questions/1074546/the-executable-was-signed-with-invalid-entitl...
im using customkeyboard in my controller. but how to get the cursor location in the uitextfiled. my requirement is to enter a charecter in a desired location of textfield. is it possible?
...
hello,
I would like to start developing for macosx. I need to create a small native application to help me do some stuff. I never developed in Objective-C, have no idea about cocoa, Xcode, NIB and similar stuff.
I don't want to learn by slapping examples together though. This would probably make things done, but I would not learn anyth...
I am completely new to both the world of XCode and VST.
Every tutorial I find deals with VST2.4 or earlier, when I really want to rork with VST3.
I also currently have XCode 3.2.1 which doesn't have the Carbon framework which all other tutorials require.
Any ideas or documentation I can refer to?
...
hellow all , i am using svn for my xcode project. now i added two files into current project and added to repository and commit changes for classes folder. But,when i am trying to commit entire project i am getting error like
"Error: 155005 (Working copy not locked; this is probably a bug, please report) Description: Commit failed (deta...
I love using Xcode debugger. You can any time take a look at the variable's values, you can even change them.
The problem rises when u are testing images, and here pops up the question:
Can I somehow DISPLAY the image that is referenced by the image variable? I know i can see raw bytes of it, but it would be much more human friendly if...
I want to get and display the complete contents of one of my entities in a UITableView. How would i go about this im fairlt new to xcode. Once i have the data in the UITable how would i go about sorting the data?
...
Is there any best recommended way for setting up xcconfig files?
Where does the projects related fields go and where do target related go?
What about multiple targets?
...
Looking for an alternative to command line gdb for examining core dumps on OSX - is there some way to get Xcode to open arbitrary core dumps w/ debugging symbols?
...
I'm working on a project, and on a machine without xcode, I'm getting a crash. (of course it works on my machine B-/) I have a crash log, with a PC offset for the crash. I'd like to be able to see where that actually is in the code. I know that Code Warrior can disassemble the code (presumably, only debugable code) and show it interspers...
When I open an existing iPad project in Xcode and "Build and Run" it, it launches the iPhone simulator when I have the iPad Simulator set as the active executable? Inside the iPhone simulator is a shrunken version of the iPad. What is going on? How do I get it to run the iPad simulator?
Note: When the iPhone Simulator is running, I d...