A lot has been said and done about the iPhone, but there’s much more to Cocoa and Objective-C than our beloved pocket device.
During a chat session with Stefan Fürst from Media Atelier we put together a quick list of significant Mac applications created in Switzerland (and southern Germany), and indeed the list (in [...]
Roundup of Swiss Companies Writing Mac Apps
October
23,
2009
Apple · Software · Switzerland · Technology
Add Your Comment
iPhone and Mac OS X Developer Conference Roundup
October
1,
2009
Here’s a quick review of the most important iPhone and Mac OS X developer conferences I’ve found on the web (in no particular order). Definitely, there’s no shortage of conferences when you need information about the latest Cocoa, Mac OS X and iPhone technologies; check this out!
Apple’s Worldwide Developer Conference or WWDC, held every year [...]
Apple · Cocoa · Opinion · iPhone
Add Your Comment
Using Multiple Twitter Clients from your iPhone Application
September
11,
2009
I love playing with iPhone URL schemes. And if you ask me, just like for Mail.app and Safari, I think there should be a “default” Twitter client URL scheme in the iPhone, with an interface in the Settings application allowing you to set the application that you prefer to tweet. Alas, this is not the [...]
Open Source · Twitter · iPhone
Add Your Comment
Objective-C Compiler Warnings
July
16,
2009
A recent comment by Joe D’Andrea in a previous post reminded me about the importance of removing compiler warnings in Xcode projects. Most importantly, it reminded me of a conversation with a fellow developer a couple of weeks ago, in which he told me that he was surprised to see that my projects compiled all [...]
Code · Opinion · Quality · iPhone
Add Your Comment (14)
OpenGL ES 2.0 on iPhone OS 3.0
June
24,
2009
Now that the NDA on the iPhone OS 3.0 SDK has been lifted (which happened much faster than what I thought it would take!) here’s my first contribution to the world of iPhone OS 3.0 open source code: sample code about how to use OpenGL ES 2.0 on the iPhone 3GS, something I announced in [...]
Open Source · iPhone
Add Your Comment (20)
Best WWDC Ever
June
13,
2009
… and WWDC 2009 is finally over.
This year’s event has been nothing short of amazing; maybe because not only the technologies presented blew my mind, but also because I met and spent some time with incredible guys, and getting in touch with the right people changes everything. So, to all of you, many thanks: @cigumo, [...]
Cocoa · Opinion · iPhone
Add Your Comment
10 iPhone Memory Management Tips
January
28,
2009
Memory management in the iPhone is a hot topic. And since tonight I’m talking about it on tonight’s monthly meetup of the French-speaking Swiss iPhone Developers group, I might as well share some tips here from my own experience.
I won’t go dive through the basics; I think that Scott Stevenson did a great job in [...]
Cocoa · Code · How to? · iPhone
Add Your Comment (32)
Objective-C REST Client Update
January
19,
2009
I’ve uploaded (yet another) update to the Objective-C REST client I’ve blogged about previously. This time I’ve scanned the code with the excellent LLVM/Clang Static Analyzer and fixed a couple of memory leaks here and there. I strongly recommend to scan your own projects with this tool, it’s extremely simple to use:
Install it somewhere in [...]
Cocoa · iPhone
Add Your Comment (7)
Best books of 2008
January
6,
2009
You might remember my beloved mantras: learning a new programming language and reading at least 6 relevant books every year. Following the 2007 edition, here’s the list of the 8 books I have enjoyed most in 2008, ordered by a purely subjective and absolutely irrational decreasing preference. I strongly recommend all of them!
Winner: Geekonomics: The [...]
Books · Code · Project Management
Add Your Comment (3)
REST and Objective-C, again
October
18,
2008
I’ve just uploaded some code derived from the Objective-C wrapper I’ve shown in this post. You can find it in the “Projects” section, as usual and it’s simply a wrapper around the URL loading system of Cocoa, both for Macs and iPhones, providing a custom delegate protocol, so that you can handle the events raised [...]
Cocoa · Code · iPhone
Add Your Comment (6)