By paddloPayday loans

3

Great Cocoa conference on the other side of the Atlantic

April 12th, 2009 / in Mac / by keremk

Tags: , ,

The Mac Developer Network with Steve Scott(Scotty) and Tim Isted are hosting a great conference, called NSConference, in UK this week. I wish I could be there as well, but it is a bit of a hike for me to be there in person. It would be great if they can make some of the materials available online after the show.

NSConference 16-17th April 2009, Hatfield, UK Continue Reading »

10

More useful open source libraries for iPhone development

April 10th, 2009 / in IPhone / by keremk

Tags: , , , , , , , , , , ,

Back in December 2008, I wrote a blog entry that listed some of the very useful open source libraries that are available for the iPhone. Since then, I bumped into more libraries and some new ones are also added. Here is the list: Continue Reading »

15

XCode templates for iPhone static libraries with unit testing

April 9th, 2009 / in IPhone / by keremk

Tags: , , , , , ,

Currently the only way to create re-usable code amongst different projects for the iPhone platform is to create static libraries. 3rd party frameworks (as in Mac OS X) are not supported in the iPhone SDK. Also setting up unit testing, which is a crucial part of building re-usable libraries of course, is not that trivial.

To help building static libraries for the iPhone, I decided to create a project template and file template. The project template includes 2 targets. One is the actual static library itself and the other is a unit test target. The file template simplifies creating unit test classes, by including the necessary header files and boiler plate code. I have included the Google Toolbox for Mac’s iPhone unit testing facilities and the OCMock framework in these templates.

The source code for the templates are checked into my github repository. You can take a look at the instructions to install and use them over there. Continue Reading »