Posts Tagged ‘iPhone’
Thursday, August 12th, 2010
I recently started a new project called libanim (home page) which aims at providing support for animated file formats on the iOS and perhaps Android at a later stage. The problem doesn’t seem to be limited to any one platform, support for animated file formats is usually limited to gif files but on some places (e.g. […]
Tags: apng, Cocoa, gif, ios, ipad, iPhone, libanim, libpng, mng, Objective C, png
Posted in Apple, Cocoa, Development, Featured, iPhone, Monologue, Objective C | 3 Comments »
Tuesday, July 27th, 2010
If you’re using the iOS 4 SDK then by default your app will be assumed to support multitasking even though you actually need to add support for it and you might not have done that (e.g. updating an old application). While multitasking seems nice it isn’t always the best scenario for your app, specially when […]
Tags: ios4, iPhone, multitasking
Posted in Apple, Featured, iPhone, Monologue, Objective C | 5 Comments »
Wednesday, April 21st, 2010
One of the special enhancements Objective C adds to basic C/C++ is the ability to declare and use properties with a simple and straightforward usage. To new comers or even veteran programmers used to properties in C# or Java this is a very nice concept that saves a lot of time while keeping the code […]
Tags: iPhone, objectivec, quirks, sdk
Posted in Apple, Cocoa, Development, iPhone, Objective C | 2 Comments »
Thursday, November 12th, 2009
Displaying a details view to show data after the user selects something from a table on the iPhone is pretty much the standard and it sure is useful in many cases. Fact is that it’s not always the fastest or correct way of showing details, specially if the amount of details left to show is […]
Tags: Cocoa, expand/collapse, iPhone, Objective C, Tricks, uitableview, uitableviewcell
Posted in Apple, Cocoa, Featured, iPhone, Objective C | 10 Comments »
Monday, November 9th, 2009
Today when I checked my mail I received the not so surprising news that Google was about gobble up AdMob. It’s not surprising because most Google advertising products were acquired from someone else and I was seeing a serious hole in Google’s mobile advertisement solutions. I think, as a publisher and occasional AdMob advertiser, that […]
Tags: admob, advertising, Google, iPhone
Posted in Apple, Cocoa, iPhone | No Comments »
Wednesday, May 6th, 2009
During the past week I’ve been writing a tutorial about Chipmunk, a physics engine very popular among 2D games. The article’s focus is mainly for the iPhone but the Chipmunk code itself is portable to any platform because it’s pure C. I’m thinking about giving the new preview of Monodevelop for OS X release a […]
Tags: Article, Chipmunk, Game Development, iPhone, Mono, Monodelop, Tutorial
Posted in Apple, Cocoa, Featured, Game Development, Games, I'm an Idiot, iPhone, Monologue, Objective C, Physics | 7 Comments »
Thursday, November 27th, 2008
I’m fairly new to the Objective-C and it might not come as a surprise that I’m only learning it because it’s the default iPhone programming language. What geek owns an iPhone and didn’t at some point want to create its own application? Well for me it’s not just for the personal pleasure, it also my […]
Tags: Apple, iPhone, Notifications, Objective C
Posted in Apple, Cocoa, iPhone, Objective C | No Comments »