I\'m building an application with UITabBarController on top level, owner of 3 viewControllers - one UIViewController and two UINavigationController.
I am using Flex 4.5 for mobile development on Windows. 开发者_如何学运维I want to package my application for iOS but I don\'t have a MAC. Is this possible from windows?
I am currently managing updates in 开发者_开发问答my app with respect to the SQLite DB. What happens if a user misses an update in the app store and try to update to the latest version.
I want my application to run on iOS 3.0 and later and be a universal application. My problem here: What do I do, if my class needs a property of a class that\'s only introduced in a later SDK?
I am writing a iphone application using phonegap and ios. I have a weird problem. I have a NSString which holds a 开发者_Python百科json string in my objective c plugin class. And then I call the callb
To create an UiImage with a image file, I use the code as below: UIImage *aImage = [[UIImage imageNamed:@\"demo.jpg\"]autorelease];
I\'m loading a URL from my own web site into a UIWebView in an iPhone app. This page has the Facebook Comments social plugin enabled. It was working beautifully two weeks ago, using the mobile friendl
I have a requirement to implement a functionality to draw edge of a object in a given image. So, when the user taps on a object in the Image ,it should draw its edge. For Eg:if I have a Image which ha
I want to develop an iPhone app with a simple IM feature. I am thinking about setting up an HTTP server on开发者_如何学JAVA an iPhone. If the iPhone is using wifi and is behind a firewall, how can I m
I am trying to retrieve results from search bar text in Core Data on a pro开发者_如何学JAVAperty that is an NSNumber.