I have an iPhone application in which Iam using Facebook SDK from GitHub to post images. Everything works fin开发者_如何学JAVAe if Facebook app is not installed in the iPhone. If Facebook app is insta
I want to show images of user friend\'s in network as Whirlpool whe开发者_运维百科el like animation. Say For example, In center of view i have an button. if i click on this. the images of friends on n
Im interacting with JSON, for \"get\" it works ok, But with the \"post\", I have an error as the dictionary objects are surrounded with double quotes \"\"
I need to calculate the distance between two points in iOS. I can guarantee at least an iPhone 4 so the picture quality on the camera should be good. The id开发者_C百科ea is to calculate the distance
I am building an app to go alongside a web app I\'ve built, which features a threaded comment system.
I believe in learning along the process and the following code segment is not very clear to me. I know that an alloc statement would increase the retain count however there are certain aspects of iOS
Is it possible to use html5 web sockets in mobile safari to communicate with another app on the same device?Basically, I\'d like to build a socket server in a custom app and have my javascript on a pa
Closed. This question is off-topic. It is not currently accepting answe开发者_如何学编程rs. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a method that works to move the the map so that it follows the current user location.This works fine, but currently the zoom scale doesn\'t work how I want.I would like the user to be able to z
I\'m trying to test push notifications for my app, but can\'t connect to the apple sandbox with my certificate and private key. I\'m following this tutorial.