- Updating visible section header frame computation

- Adding sections to the example project
This commit is contained in:
Brian William Wolter
2011-07-07 18:24:01 -04:00
parent 023f33e4d4
commit 4b6550479d
5 changed files with 87 additions and 9 deletions
@@ -0,0 +1,14 @@
#import <Cocoa/Cocoa.h>
#import "TUIKit.h"
@interface ExampleSectionHeaderView : TUIView {
TUITextRenderer * _labelRenderer;
}
@property (readonly) TUITextRenderer * labelRenderer;
@end