Category Archives: Objective C

Evolution or De-Evolution?

When I started working with ActionScript, you could pretty much get away with anything. You had to screw up pretty bad to get a compiler error. If you got the thing to compile, you were golden. Your SWF might not … Continue reading

Posted in iPhone, Objective C | 7 Comments

360iDev

I wrote a lot of this entry right in San Jose as the conference was on-going. And finished most of it up on the flight home. That being the case, It doesn’t really make sense that it’s taken be a … Continue reading

Posted in iPhone, Objective C | 8 Comments

Predicting the future.

This report by CNET quotes a source that says Android sales will outstrip iPhone by 2012. Ridiculous!!! Why? Because I am invested in iPhone development? Because I don’t like Android? No. Because anyone who thinks they can predict this market … Continue reading

Posted in iPhone, Objective C | 29 Comments

More on MVC on the iPhone

In my previous post, I showed how you could set up a model and using key/value observing, know when various properties of the model were changed. There is one potential problem with this method, as Sam Wan brought up on … Continue reading

Posted in iPhone, Objective C | 5 Comments

MVC on the iPhone: The Model

CocoaTouch is built from the ground up with an MVC paradigm in mind. in most templates, views and view controllers are built for you. UIView and UIViewController are core classes. In many cases you use UIView as is, adding UI … Continue reading

Posted in iPhone, Objective C | 20 Comments

ActionScript Hero Interview with ME.

I had the honor of being interviewed live on the Internet by Pablo Parrado, AKA ActionScript Hero this afternoon. If you weren’t able to view the live session, and just can’t get enough of me… first, seek help. Then, if … Continue reading

Posted in ActionScript, Conferences, Flash, General, iPhone, Objective C | 2 Comments

BIT-101 != Flash ???

I’ve had a few commenters here bring up the fact that I’m not blogging so much about Flash these days. And it’s true. At the end of December last year I started learning Objective-C for iPhone development, and now I’m … Continue reading

Posted in ActionScript, Flash, General, iPhone, Objective C | 22 Comments

PureMVC for Objective-C: Not quite sure I get it.

I just noticed that a port of the (originally) AS3 PureMVC fraemwork has been done for Objective-C: http://puremvc.org/content/view/121/1/ Now, I’m not trying to knock PureMVC. I’ve never used it. I’ve heard good things and bad things about it. But I … Continue reading

Posted in iPhone, Objective C | 15 Comments

360iDev

As I mentioned before, I’ll be speaking at 360iDev in a month or so. If you are a Flash/Flex/ActionScript developer interested in learning iPhone development, I honestly think this is an incredible way to do it. First of all, you … Continue reading

Posted in Flash, iPhone, Objective C | Leave a comment

XCode Conditional Compilation

I know the rest of the world has had this for years, and I know it’s in Flex Builder if you dig around hard enough, but seems like someone’s trying to keep it a secret. But conditional compilation in XCode … Continue reading

Posted in iPhone, Objective C | 8 Comments