Blog posts

Oct 22

A generic delegation template in Objective-C

Written: Oct 22nd 2010, 23:44

I don’t use this pattern every day, but when I do need it, I always have to look into earlier project trying to find what I need to apply to my current objective-c prosject in order to do this.

Not anymore because I made this template:

Permalink for A generic delegation template in Objective-C
Sep 10

Default styling of sections headers in UITableView Grouped

Written: Sep 10th 2010, 21:31
Style section header uitableview rounded

I needed to add an button to the right of the section header in an UITableView (grouped style), and I wanted to keep the default style of the headers. The result was good:

[image:12 size:full lightbox:true]

Permalink for Default styling of sections headers in UITableView Grouped
Aug 14

My first iPhone and iPad apps

Written: Aug 14th 2010, 20:59

After some years away from any Cocoa and Objective-C development (my last build of Worktimer was in 2007) I started looking into the iOS development in November last year. Sadly I was busy writing another web application during the winter, but in this spring and summer I finally was able to submit some apps to AppStore.

Bike Meter was my first app, and its a simple utility to calculate your training zones in cycling. In the other app Surdeig I was trying out the “Universal Application” targeting both iPhone and iPads in a single bundle.

The workflow with iOS apps is nice and pretty stright forward, compared to web-apps where the development process involving everything from server-side, databases, php and frontend stuff like HTHML, CSS and JS. Not to mention the deployment..

Permalink for My first iPhone and iPad apps

Page 1 of 1