More Fun With Coordinate Systems
Saturday, April 4th, 2009Excerpt: (Read the full post »)
We all know that each UIView has its own origin, thus, internally, its own coordinate space. Except, that is, when you ask a view for its center.
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Always Connected!
Your information: Anywhere, Anytime!
Freedom to Be Mobile!
Elegant Mobile Solutions!
Games On the Go!
You're the Person in Personal Computing!
Computing Power for People!
We all know that each UIView has its own origin, thus, internally, its own coordinate space. Except, that is, when you ask a view for its center.
I’ve seen both positive and negative comments regarding IB. Put me squarely in the fan camp. While the application has some odd issues, the benefits of being able to do your interface design on screen, using drag & drop, more than compensate for the challenges. In fact, there are pretty straightforward ways to overcome many of the limitations. We’ll talk about one “trick” in this post.
I’ve been using another book quite a bit recently. “Beginning iPhone Development” does a great job of both presenting the basics and explaining why things work as they do. I strongly recommend that new iPhone developers give this book a look.
For those of you who, like me, are just getting started developing with OpenGL-ES for the iPhone, one of the challenges is building some meshes to work with. This post gives some pointers on using the open source Blender tool for your 3D modeling.
I recommend that new iPhone developers take a look at “The iPhone Developer’s Cookbook” by Erica Sadun. While not perfect (it was apparently written while the SDK was still in Beta), the book goes a long way towards explaining a number of things that I’ve found really puzzling about iPhone development.
We’re just getting started with iPhone application development. Paul shares some experiences and resources that he’s found over the first two weeks.