viewcontroller
Everytime Camera dismiss, Viewdidload got called
it happens only on the 3GS, 4 or 3G is OK. seems l开发者_开发百科ike viewcontroller got called everytime camera dismissed.[详细]
2023-01-20 16:59 分类:问答How to share data globally among multiple view controllers
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[详细]
2023-01-20 15:24 分类:问答fill color on imageview
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[详细]
2023-01-20 15:20 分类:问答UISearchBar is hidding in ipad where as in iphone it is working properly
I have designed an application for iphone/ipad. My problem is that I am using single RootViewController for showing Cate开发者_开发问答gory and Subcategory.[详细]
2023-01-20 03:15 分类:问答How to Unload a TabBar View when New TabBar view is loaded?
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[详细]
2023-01-19 18:06 分类:问答How unload a ViewController class when switch to other view
How can 开发者_运维知识库i unload a viewController class when i switch to another view, so the class file won\'t run in the background anymore?[详细]
2023-01-17 14:15 分类:问答Passing a float between multiple viewcontrollers
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[详细]
2023-01-17 10:53 分类:问答iPhone SDK: switching views navigationcontroller
my first question here so be gentle :) I am trying to use a navigationController to switch views. I got the following down:[详细]
2023-01-15 21:45 分类:问答UINavigationController crashing App when using setViewControllers
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[详细]
2023-01-12 09:34 分类:问答View controller calling a modal view
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[详细]
2023-01-11 04:22 分类:问答