Watching this Mixergy podcast I've realized that I completely forgot about this affiliate scheme for iTunes links! Turns out there are people that use it and make a cool bonus for themselves from the program...
Archive for November, 2011
App Store Affiliate Program
Thursday, November 17th, 2011BASequenceControl to complement UISegmentedControl
Wednesday, November 9th, 2011I recently needed something like UISegmentedControl but with "direction" theme. As a result BaseAppKit got a new control—BASequenceControl. I've tried to mimic API of the UISegmentedControl and basically it's the same except that now I support only strings in segments.

It's customizable; you can provide these two images to completely change the theme of the control:
![]()
![]()
As selected segment got changed the BASequenceControl sends UIControlEventValueChanged event just like the UISegmentedControl.
Bezel for BALabel
Wednesday, November 9th, 2011BALabel just got an update and now it can draw a bezel below the text. It could be a solid rounded rectangle or just it's frame. You can set line width and color of the bezel.
