Tech Thought

Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX

Entries for the ‘iPhone Development’ Category

iPhone Development: How to Stream Audio (mp3)

Okay, so we’ve fully taken the plunge and are now developing for the iPhone platform.  Its got a fantastic SDK, with lots of really nice features and tools to help you with your developing fun.  However some tasks are a little more difficult than you’d image. For instance, we wanted to stream an MP3 file [...]

Leave a Comment

How-To: Resolve _CGRectZero Errors developing for iPhone

If you are getting compile time errors regarding _CGRectZero in the UITableViewController, it’s probably because you don’t have the Core Graphic Framework included in your project.  To resolve this problem, try the following steps: In your project, expand the “Targets” section Double click on the name of your application A window will popup.  Click the [...]

Comments (1)