photo puzzle application [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to build a photo puzzle application. Is there any sample code so I can do it?

Start by reading Quartz 2D Programming Guide and Core Animation Programming Guide
And a sample code QuartzDemo

I found the tutorial...
http://www.iphonegametutorials.com/2010/09/23/cocos2d-game-tutorial-building-a-slide-image-game/
part 2
http://www.iphonegametutorials.com/2011/03/17/cocos2d-game-tutorial-%E2%80%93-building-a-slide-image-game-part-2-with-solution/

http://javascript.internet.com/games/picture-puzzle.html
Google is your friend.

Related

How to add GPS support in iphone? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to add gps location in my application.How can i do this?What kind of UI i need to to impliment?
This sample code from apple shows how to get coordinates from GPS, hope it helps
You may want this:
CLLocationManager Class Reference
Here is a wonderful tutorial for implementing Location services in your iOS App.
Hope this helps. Happy Coding :)

how to access/generate .ppt file through an IOS App [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
After seeing apple's keynote and other similar applications, I would like to prepare an app which makes presentation(.ppt file) and try to add some other things for an IOS application. But i don't know how & from where i should start from programming side or if any,
Please can anyone give suggestions regarding this feature/functionality.
Thanks in advance..

How to Add In App Purchase to iPhone App [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have looked everywhere and I don't quite understand how to add In-App Purchases to an iPhone App. Can someone please explain with further detail exactly how to accomplish this task?
This tutorial explains exactly how to do what you're asking:
http://www.raywenderlich.com/2797/introduction-to-in-app-purchases

Using Google Map in iPhone application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am beginner to iPhone application.
I want to know the way of using Goole Map.
Please help me.
Google maps are built-in in standard API provided by Apple. Have a look at MapKit framework that provides access to maps.

Example socket programming in iphone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am learning objective C.I like to know about client/server(socket) programming for iphone.
I went through many answers,but still having many confusion with that flow and working.Can anyone help me out with code.
Using CoreFoundation's CFStreams
Using raw sockets on the iPhone
Go through this you will have to get basic idea of socket programming
http://ichuiphonedev.blogspot.in/2012/07/a-basic-idea-of-socket-programming-in.html