Posts Tagged phone-sample
Chuck Freedman » Coding iPhone and Flash Mobile, back to back
Posted by in Mobile on August 14th, 2009
After spending the bulk of my ‘personal coding time’ over the last 6 weeks on building my first iPhone game/application, I’ve moved on to another mobile coding platform. After 6 weeks of learning Objective C and Xcode (also my first …
Chuck Freedman » iPhone Sample: Adding UILabel programatically
Posted by in iPhone on July 3rd, 2009
While developing my first iPhone game App, I’m finding Interface Builder very easy to use. However, in my coding, I had the need to add a UILabel programatically. Similar to other languages/platforms I’ve worked with, handling font size …