I have drawn a circle using bezier curve, I am using this circle as a mask to a uiimage view.Now, how can i move the image inside the circle without moving the circle using touches.
as far as I understand APN\'s I can only send them to the app not a specific user that uses my app. Is there a way of sending APN\'s only to specific users that use my app? I can\'t think of a way o
How to replace the Space with UnderSco开发者_Go百科re( _ ) in the array in objective C. The following is the code i am using to read the array data from the file,
I\'m trying to do some fanciful transitions for my iPad application. I\'m using this presentModalViewController to show another view.
i want to add chinese language for my game. but the font file i used is only for english. thus i won\'t be able to use additional string file to add localization. also, i need to display some specific
I am just starting with iPad App development. I want to use splitViewController in my app. I want to use different viewControllers. These will be loaded on rightHandView of an ipad when user selects a
My clients wants to use some of the already available features in my app into their app. But, i dont want to share my source code with them and vice versa. I found out from some googling that, we can
The code is probably the best way to see what I am trying to do: AcInfo.h: @interface AcInfo : NSManagedObject {
I\'m working on a browser based app, currently I\'m developing and styling for the ipad safari browser.
I am switching my SDK from iOS4 to iOS5, and I want to use some iOS5 features in my old iOS4 projects.