Over on the development side of things, we’ve been keeping ourselves busy with an assortment of tasks. Phil and Adam have been working on merging a simple line-drawing app that uses mouse clicks with a program that moves a square based on accelerometer output. Joe and I have been getting interface images from the design side, slicing them up, and creating the menu that will be used in our drawing app.
The menu is working really well, the transitions all look great, but we’ve stumbled across a few problems with Interface Builder. The biggest problem is that it won’t represent pictures correctly in the building process, but when you compile and run the app everything looks the way it should. Images are imported at a really small size with blurry features; you have to find out the original dimensions from photoshop and punch those in if you want your images to look right.
Fortunately we will be done skinning the app soon, but in the mean time it is another nagging reminder that we are in completely unfamiliar territory. That being said, I feel like I’ve learned a lot so far, and I can tell that my other teammates are becoming much more comfortable with Objective-C. We took a long time to get to where we are now, but our productivity has increased exponentially now that we almost know what we are doing.



