17

Jun

Konstructor: Easy TableViews for iOS

Creating TableViews is one of the many very verbose tasks in iOS development. Every attribute of the table and the cells has to be customized by implementing a different protocol method.

Not anymore

Thanks to the magic of blocks, the overly terse task can become something declarative, readable and even fun!

Here's an example of what it can be with Konstructor:

 self.tableCellHeight = 100.0; /* Create an array of data. You'll likely do this completely differently */ NSDictionary *gloves = [NSDictionary dictionaryWithObjectsAndKeys:@"Gloves", @"name", @"for your hands", @"caption", nil]; NSDictionary *muffs = [NSDictionary dictionaryWithObjectsAndKeys:@"Muffs", @"name", @"for your ears", @"caption",

27

Mar

Sartorialist for iPad

That's right. I submitted an ipad port of my first iphone app to the store today. With a little luck, it will be available in 1 week.

Available here: on the iTunes store

11

Nov

Sartorialist iPhone Now Available!


It's finally here!

I recently created an application for the Sartorialist that ports his blog to the iPhone as a slideshow of his beautiful images. You can save them to your photo roll and then set them as wallpaper, or share them via facebook.

Check it out here: iTunes Link