Search Results
The Ultimate iPhone Objective-C Cheat Sheet
I updated the iPhone Objective-C 2.0 Cheat Sheet Today which I created earlier to accompany my video on transitioning to Objective-C.
Get Going Instantly With The Objective-C 2.0 Cheat Sheet
I posted a cheat sheet for beginners to Objective-C 2.0 some time ago that you may have checked out. Now the reason that I created this cheat sheet is because I know there are alot of developers out there with an understanding of Java, C++ or C# who would like to dive into iPhone development, but don’t have the time to go through an entire Objective-C 2.0 book. So if you’re in this boat this is something you might want to check out.
Interacting With Javascript Iphone Apps Using Objective-C
Ok, if you’ve been following my last few posts I introduced several frameworks that are designed to enable developoment of native Iphone apps using HTML, CSS, and Javascript.
First, a visitor asked why would you write an app using Javascript instead of Objective-C?
I can think of several reasons.
Simple Tips To Avoid Memory Leaks In Objective-C
Some time ago i created an iOS Objective-C cheat sheet for developers looking to transition to Objective-C who already understood languages such as Java, C++ and C# to get started with Objective-C. As it was just a quick guide I did not get into memory management which was so different from those languages.
Since then I also posted about a great video tutorials on Objective-C memory management which covered things in great detail.
Programming in Objective-C 2.0 Live Lessons Pt.1 – Review
I know that many of the people viewing this site are absolute beginners to programming who are frustrated because they have difficulty with iPhone development books that they’ve bought. The problem is that most people don’t have the fundamentals in Objective-C or Object Oriented programming. One of the books I’ve recommended is Programming in Objective-C 2.o by Stephen Kochan. Stephen has also created a video course to go along with the book.