Custom UINavigationBar background

A while ago I came across an interesting problem – I had to provide a custom background graphics (graphics, not color) for UINavigationBar instance. Since you can only change the tint color of navigation my first hit was to use [UIColor colorWithPatternImage:]. Results however weren’t exactly what I was looking for – it looked ugly. [...]

No Comments

XCode number of lines in project

Ever wondered what’s the number of lines in your XCode project? Just move to Classes folder for your application and call: wc -l *.[hm] And it’s done! It will count all the lines for every project file, and then sum them up. Be sure to remember that this will work only if you have all [...]

4 Comments

Apple and developers

Of Apple, UDIDs cap limit, and treating developers.

2 Comments

Table view cell custom selection graphics and its animation

A short tutorial on animating cells selection/deselection.

, ,

3 Comments