- Updating visible section header frame computation
- Adding sections to the example project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#import "TUIKit.h"
|
||||
|
||||
@interface ExampleSectionHeaderView : TUIView {
|
||||
|
||||
TUITextRenderer * _labelRenderer;
|
||||
|
||||
}
|
||||
|
||||
@property (readonly) TUITextRenderer * labelRenderer;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user