xcode

error:path is not a working directory

while i am working on xcode i am getting this error which does not allow me to add files to svn.. i have project i my svn and after i checked out i did some modifications to that and when i am trying to check in to svn it does not show me "commit" option and at bottom of xcode is showing error:155007 path is not a working copy /shows m...

NSTimers and triggers in Obj-C

I want to start an NSTimer at viewdidload and then execute a few void functions at specific intervals. How do I do this? Thanks! ...

Returning Back to Table View After Exit from Safari Browser

How do get back to your table view when you are done with the safari browser so that it wont have to exit the application and anytime you access safari, it will just take you back directly to your last table view not exit the application ...

animation in ipad app

I want to do some animations with the 2d graphics, pretty simple stuff but a little more involved that transformations. I could accomplish this easily in after effects and output a .mov or gif but is there a way to play this in a view within an ipad app? What's the best way to go about animations? ...

setting image to navigation top and ottom bars

i am having rootview controller in my navigationn controller and if i want to set a image to my bottom bar and top bar in my root view controller using programmatically .. how to set it ? plz any bidy help me out ...

Is it possible to set indent settings in XCode per project (or per file, even)?

Some projects I work in uses tab key settings that equate to 3 or 4 spaces and another wants actual tabs. Another mixes the two depending on directory. Is there some way to set these settings per project, or even better, per file? If not, does someone have a clever way of dealing with this? (besides "just remember which setting you s...

Checkbox setState:0 on app launch

Hi, I'm having a problem with a checkbox. I want to set it to 0 (unchecked) on app launch, but the checkbox is controlled by another class "myClass" for example. Here's what I did: I opened Interface Builder and put a checkbox (NSButton) in my window, dragged NSObject in my MainMenu.xib window, renamed it to say "myClass". Added an o...

I have a table view and I want to spread table cells with a gap

I want to load a table view with cells. In between cells I should able to see minimum cell gap. How can I increase existing table view cell distance in my navigation controller root view? ...

Run the same iPhone app on 2 devices at once?

I have an iPhone app that uses GameKit in Xcode. I'm having problems getting it to work, so I need to look at the NSLog output on the 2 devices at once. My problem is that when I click build and go, it runs it on the device that was connected most recently, and I would like to run it on the 2 devices at once and be able to look at the co...

Symbol not found: _UIKeyboardFrameEndUserInfoKey on iPhone 3.1.3

I rebuilt my project from scratch as I move towards a universal app. I also wanted a fresh project without a lot of history. Anyway, for some reason my new project only seems to support devices 3.2 and above. I am compiling with 4.0 SDK and device target 3.0, but something must be wrong somewhere because on my 3.1.3 device it won't in...

adding image in place of navigation bar and tool bar

i am having rootview controller in my navigation controlller and i want to add a image to navigation bar by hiding that and i want to place a back button on it,and bottom tool bar also i should able to add image and i need to place two buttons upon it,.... any suggestions appreciated... Thanks in advance ...

iPhone app crashes when launched from Xcode, but not from iPhone

I have an app that is crashing on the iPhone, but only when it launched via Xcode. I can see in the iPhone console log that the app receives a memory warning, and then there are some strange events like these: Sun Jul 11 00:03:43 Matts-iPhone com.apple.launchd[1] (UIKitApplication:com.mycom.myapp[0x3f60][5591]) <Notice>: (UIKitApplicat...

How would you avoid "Xcode, Subversion Error: 155007 (Path is not a working copy directory)"?

I am not able to see commit option after I made changes to my working copy, but I ensured that my settings for svn were correct. What exactly is the problem with this error message? Below the xcode is showing: Your path is not a working copy What should I do for removing this? ...

navigation bar is visible when i navigate back to main view

i am using this in my view didlod [self.navigationController setNavigationBarHidden:YES]; it hides when applicationn launches but when i navigate to next screen and come back to main view is not hide it navigation bar... why is it like that? should i add any thing ? .... ...

xCode 3.2.3 and simulator at 50 percent

This has been driving me crazy and I have searched the web but cannot find an answer. Is it possible to set the simulator to run at 100% all of the time? Every time I run it, it defaults to 50 percent ant it is driving me crazy! Any help is greatly appreciated. Thanks Geo... ...

Ad hoc doesn't appear in iTunes

I've updated a 3.x app to sdk4. I have iOS4 installed on my phone. I drop the Ad Hoc version of the app into iTunes. It prompts to replace the provisioning profile and I click yes. Then I don't see the app in iTunes. I do have the iTunesArtwork file in the resources folder. Any ideas what I'm doing wrong? I'm running Xcode 3.2.3 ...

How do I make an array of SystemSoundID

I cannot seem to figure it out. I can play one sound with: - (void) initSounds { // Get the main bundle for the app CFBundleRef mainBundle; mainBundle = CFBundleGetMainBundle (); // Get the URL to the sound file to play soundFileURLRef = CFBundleCopyResourceURL (mainBundle,CFSTR ("1"),CFSTR ("wav"),NULL); // ...

adding background image to the nnavigation rootview

how to add image as background to my rootview in navigation controller programmatically... thanks for that answer for navigation bar hide,.... ...

NSTimer problem

So I am trying to set up a basic timer but I am failing miserably. Basically all I want is to start a 60 second timer when the user clicks a button, and to update a label with the time remaining(like a countdown). I created my label and button and connected them in IB. Next I created a IBAction for the button. Now when I tried to update ...

moving table view in navigation controller programatically

i have a table view in my root view of navigation controller.. if iam hiding my navigation bar my table view gets moving top but i want to fix that position to old posotion or it should be fixed from beging... i have try with creating frame and moving but that does not solve my purpose... ...