Separate names with a comma.
It's essentially a wizard for getting all the certificates and profiles that are required to deploy your app to your iDevice. The old process was...
Just logged into the Developer's Portal and found a really slick new feature that Apple has added to make our lives easier. See attached pict.
As long as it's a mac with an Intel heart and it's running Leopard (10.5.x) you're good to go. That mini will work just fine.
That particular warning is because of that line of code. You are generating a random number with arc4random, but then you are assigning that...
RocketMan, check out some of our tutorials. Especially the ones on animation. That should give you some idea of how a game could possibly be...
Well there's your problem! Every time you generate a random number what happens to your guessCount? It gets turned back into a 0; Try this...
It would help to have a little more info than just that one line. How and where do you declare guessCount. if you did: -...
iPhone development is limited to Intel Macs running Leopard (10.5.x). So that's where you need to start. Assuming that you're not going to...
Glad we could help. If you have any other questions, you know where to ask!
The tutorial has been posted. You can find it at the bottom of this page.
We're uploading a video showing you exactly how to do this. We'll repost when it's up!
If you are new to iPhone development or just need some help on a particular problem you're having with you app stop by our tutorial page. All...
Video Tutorials We've moved things around a bit on our server. You can go here to get video tutorials.
Sounds good. The book that I learned on and is still being added to is, http://www.pragprog.com/titles/amiphd/iphone-sdk-development
It is a matter of organizational preference and also a matter of when you want that xib to load. Everything that you put in the default xib will...
Take a look at a Utility app. New Project >> iPhone >> Utility (instead of view based). That has plenty of code to dig through!
Glad I could help. If you run into problems, check capitalization and check your connections in IB.
Youtube wasn't playing nice. You can grab the vid off our website though. http://www.schenkstudios.com/Downloads.html
I'll post a youtube vid in a bit that should make things clearer. Mixing the graphical programming of IB and the text programing of Xcode can...
Correct, you'll be adding two things to it from the library. A UIViewController, and a UIView.