it happens only on the 3GS, 4 or 3G is OK. seems l开发者_开发百科ike viewcontroller got called everytime camera dismissed.
can anybody help me out please... i have a huge object in a model. i made it as a single ton class and returning the object wn other calls.but the object is very big thats y the app is crasing. with
I have t开发者_开发知识库aken a view and inserted scrollview on it using nib.Then I\'ve added an image using imageview dynamically..Now what should I do to fill color on that image.What your after isn
I have designed an application for iphone/ipad. My problem is that I am using single RootViewController for showing Cate开发者_开发问答gory and Subcategory.
I am playing an audio file in a viewcontroller inside an UITabBar using AVAudioPlayer. So when user clicks a different tabbar item the music is not stopped. I tried adding stop method in viewwilldisap
How can 开发者_运维知识库i unload a viewController class when i switch to another view, so the class file won\'t run in the background anymore?
Im using tabs to switch between two view controllers. How do I retrieve a float in the secondviewcontroller, thats been initiated in the firstviewcontroller? should i make some sort of global variabl
my first question here so be gentle :) I am trying to use a navigationController to switch views. I got the following down:
I have a strange problem with the UINavigationController. I wrote an App to display data in three levels. (RootView: Select Data I, Second View: Select Data II, Third View: Display Data). This works
How can I reliably determine the name of the view controller that called a modal view from within that modal view? The app has a singleton so I was planning to add a view controller there and save the