Archive for the 'iPhone' Category

TypeLess v1.1 is live!

Sunday, June 13th, 2010

A little behind the release, but v1.1 is available, check out the website here.

TypeLess v1.0 is live!

Friday, May 14th, 2010

It is a version 1.0, so go easy on the reviews please:

http://gordonturner.ca/TypeLess/

Accepting bug reports, feature requests and language localization offers :-)

G.

TypeLess v1.0 submitted

Thursday, May 6th, 2010

Submitted TypeLess v1.0 to the AppStore for approval on 2010-05-05, happy to get v1.0 shipped.

There are still things to fix, but sometimes you have to publish it and work on the next release.

http://gordonturner.ca/TypeLess

Breaking radio silence

Monday, April 5th, 2010

So it has be been a rough couple of weeks, but finally I am ready to break radio silence.

My iPhone app is in the home stretch, finalizing the name and getting the art work completed. It isn’t rocket surgery, but functionally it scratches an itch I had, so I though I would have some fun with it.

If you are interested in beta testing send me your UDID and I can send you a copy.

Adding CoreData to and existing iPhone project

Tuesday, November 24th, 2009

Just a quick note (and Google bait) to help others looking for a solution to the ‘Expected specifier-qualifier-list’ error message.

For me this happened as I was adding CoreData to an existing iPhone project, the quick answer is that even after adding the Framework correctly you have to update your *_Prefix.pch file to include the Library.

Please see Here for details.