Augmented reality on iOS? [closed] - ios

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 write an augmented reality application on iOS 5.
But I have one problem. I can't find simple implementation code of augmented reality.
I anyone can share the link, please do this.

http://www.musicalgeometry.com/?p=1273
There is one example of using the camera overlay. However I'm not exactly sure what you're expecting, the question is kind of vague.

Related

iOS Token Field [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.
Any way of doing the described in this question in iOS?
NSTokenField with mixed token/string input, possible?
As you probably know there are no equivalent Classes for iOS, anyway there are a couple of project around that do this pretty well, for example TITokenField. You can use the control as it is or grab just the logic behind.

Create IOS 3D effect [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.
How would you go about implementing this kind of 3D effect:
http://www.youtube.com/watch?v=1i2JnJWdCeM
I would look into CMMotionManager class to get the devices attitude (pitch, roll, yaw) and then move the background image accordingly..
And for the vague formulation, thats all you get! :P
Good luck
-V

What's the best iOS software design flow? [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'm iOS beginner, I feel so difficult to start a project.
What's the best iOS Software Design Flow?
How many steps? How to write a good specification document? How to shorten design time?...
Please guide!Thank you!
Watch Paul Hegarty's lessons on iTunes. https://itunes.apple.com/us/itunes-u/ipad-iphone-application-development/id473757255

How can i use the camera to add the picture to a form? [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.
Hi I would like to know how i can add the camera to an Online form.
For example users add their info name,title, etc...
and also they can add a photo.
thanks
Do you mean access the iPhone camera through a web page? This is not currently possible.

Do you know some good (to learn from) iOS open source apps? [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.
Today I read abouts this on hacker news https://github.com/udibr/bitcoinApp which is an interesting app, and is a good resource to learn from.
Do you know about some other open source iOS apps from where I can enrich my iOS/objective-c knowledge?
From a game programmer perspective (mine)...
You can check cocos2d engine.
Oolong Engine (for 3D OpenGL ES).
Also, Canabalt went open source.

Resources