how i can c开发者_开发百科onnect my iphone application with facebook for register the user? please help...Watch http://vimeo.com/3616452
I have found many apps where you can press a button or something similar and the application will terminate an开发者_如何学编程d bring you back to the home screen. How would I do this?exit(0);
How can I add a numeric badge to th开发者_如何学编程e rightBarButtonItem of a UINavigationController? I saw the same in some shopping cart applications.
I have a NSMutableArray with 30 dictionaries inside of it.Each contains a name and a value. I currently have the names so开发者_JAVA技巧rted so that the show in a table view alphabetically. However, I
I have a TestData.plist stored in the resource folder and when the content is displayed in the textview i want it to be editable in a sense that user can edit and save the text on textview to the same
Is it possible to send tcp request using NSURLR开发者_高级运维equest/NSURLConnection to an ip address and associated port from an iphone app, if yes than how?
I want a UILabel to swell slightly when selected like in some game menu screens. To get smooth resizing I presume I should put some change to the label\'s properties in an animation block.
There is an iPhone App: iVideoCamera (http://labs.laan.com/blog/2010/01/the-ivideocamera-update-approved/), I am wondering what is the way it uses to reach the function that performing video recording
I\'ve made an iPhone app to be used while exercising. It plays a bell tone to indicate that you (the user) should switch from one step of your exercise routine to the next.I\'ve designed the app so th
in my code, I need to compare two strings to see if they are equal. if they are it needs to preform a function. one of the strings is just a @\"someString\", the other is part of an object.