kwbock/KBButton

thx - notes - programatically adding control

Closed this issue · 1 comments

KBButton *btn = [[KBButton alloc]initWithFrame:NSMakeRect(self.bounds.size.width - 80, 10, 70, 30)];
btn.bezelStyle = NSSegmentStyleRounded;
btn.title = @"Text";
[[btn cell] setKBButtonType:BButtonTypePrimary];
[self addSubview:btn];

@kwbock - thanks for this project. I'm closing out old github issues.
161 to go.
screen shot 2017-05-10 at 9 55 56 am