I need to know how to make a simple menu with 5 buttons and place them on the right side of the cocos2d screen. Do I create the menu in – (id)init? Any help is appreciated. Thanks! You can use t
Category: iPhone
iPhone is a smart phone developed by Apple in the United States. It is equipped with the iOS operating system. The first iPhone was released on January 9, 2007 by the former CEO of Apple, Steve Jobs, and officially went on sale on June 29, 2007.
IPHONE – Do you have any performance loss when you call UIGRAPHICSGETCURRENTCONTEXT?
I am building a UIView with a custom drawRect function. This is a fairly complex view that requires drawing many different items. I basically break it down into each need to be drawn A function of
iPhone – Track-L Did
I am trying to modify an old application. When I built it, the following 2 warnings were given:
ld: warning: directory
‘/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimu
iPhone – How does IOS decide which objects DidRecEMemoryWarning message?
I am developing an iPhone application in which many UIViews are dynamically added to and removed from the main UIWindow.
Simulation in the simulator When a low memory error occurs, I found th
If another alarm is displayed in the iPhone, a police report should not be displayed.
On the iPhone, how can I check if some UIAlertView is displayed before displaying the UIAlertView? I don’t think there is any built-in way to determine if any alerts are displayed. My way of dea
iPhone – Analysis of the CPU usage of iOS applications
I’m developing an application that builds a springboard-like application (such as the iPhone’s home screen). I have multiple pages, and each page contains many sub-views. Each sub-view can detect t
iPhone – Add images and title text to the THREE20 table part by using TTSEctionedDataSource
I am trying to create a table using TTTableViewController. I want to display an image and some title text in the section header, similar to what instagram and many other apps do. I try to use TTNav
iPhone – How do IPOD music playback when running in my application?
I am using SimpleAudioEngine to play my sound, I want to know if there is any way to check if iPod music is playing when the application starts. If so, I want it to continue playing . I began to think that it might be called a simple engine, because it does not allow such functions, AVAudioEngine does it here…
iPhone – Triggers events from multiple ViewControllers from one thread in AppDelegate
I have a NSAutoreleasePool thread that aims to extract information from a web service. I have very good web service code. I can trigger the thread to start in the view controller without any troubl
iPhone – Submit a form in UIWebView with HTMLString: BaseURL:?
Ojing,
I am displaying an html page which contains a form with some input text fields and a submit button.
>If I use loadRequest to display the page: everything works.
>If I use loadHTM