How to integrate Unity code in Xcode code? [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.
Has anybody worked on Unity?? Please tell if anybody tried to integrate unity code with Xcode code.

You can't integrate the code exactly. You can use plugins in Unity to communicate between the unity project and the xcode objective c code.
http://answers.unity3d.com/questions/142849/uikit.html
http://prime31.com/unity/
http://forum.unity3d.com/threads/56017-expand-Unity-apps-with-UIKit

Related

Why do some github sources doesn't open simulator? [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 Know this is a dumb question but i have to ask.
I have downloaded a wrapper class from github ( https://github.com/AlanQuatermain/iPhoneContacts) and when i run it, it doesn't open simulator.
Why so? because it doesn't have info.plist or wrapper class means we have to use them in our projects?
thanks
It doesn't open the simulator because it is not an application. It is a library (bunch of classes) that you can use in your own applications.

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 make my iOS application to dynamic [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'm new to iPhone development,currently i have to develop my application as dynamic one,Where i have to change the Theme ,App icon,color scheme of application.
with out touching my source code & build file is it possible to do this.
My team lead says it was there in .Net & Java side.like that there in iOS development.
If possible please some one help me solving this issue.
Thanks in advance.
This is posible, but you can't change the appicon and loading screen.
The rest of the theming you will have to code your self.

who can give me some suggestion on learn the kernel of linux? [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.
Recently,I want to lean the linux OS,but whit the awful source code I feel that I'v lost in the source code and I haven't got anything.so ,who can tell me some of your experiences on learn linux OS or some advise.thanks!
I suggest you can read the website Linux from Scratch and try to learn to build a Linux from source code.

photo puzzle 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 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.