UISegmentedControlStyleBar,
} UISegmentedControlStyle;
+typedef enum {
+ UITableViewCellAccessoryNone,
+ UITableViewCellAccessoryDisclosureIndicator,
+ UITableViewCellAccessoryDetailDisclosureButton,
+ UITableViewCellAccessoryCheckmark,
+ UITableViewCellAccessoryDetailButton
+} UITableViewCellAccessoryType;
+
typedef enum {
UITableViewCellEditingStyleNone,
UITableViewCellEditingStyleDelete,
//UIFont *UISystemFontWithSize(CGFloat size);
+void UIGraphicsPushContext(CGContextRef);
+void UIGraphicsPopContext();
+
#ifdef __cplusplus
}
#endif
- (struct CGPoint)newOffsetWithCenteredRectFromOffset:(struct CGPoint)fp8;
- (BOOL)scrollCenterCellToSelectionBar;
- (BOOL)fixupCenterCellToSelectionBar:(BOOL)fp8;
-- (void)setRowHeight:(float)fp8;
+- (void)setRowHeight:(CGFloat)fp8;
- (void)removeFromSuperview;
- (void)updateSelectionBarRow;
- (void)removeTableColumn:(id)fp8;
- (int)columnWithIdentifier:(id)fp8;
- (id)tableColumnWithIdentifier:(id)fp8;
-- (void)setRowHeight:(float)fp8;
+- (void)setRowHeight:(CGFloat)fp8;
- (float)rowHeight;
- (void)scrollRowToVisible:(int)fp8;
- (void)clearAllData;
- (id)dataSource;
- (void)setDelegate:(id)fp8;
- (id)delegate;
-- (void)setRowHeight:(float)fp8;
+- (void)setRowHeight:(CGFloat)fp8;
- (float)rowHeight;
- (void)setSectionHeaderHeight:(float)fp8;
- (float)sectionHeaderHeight;
- (id)image;
- (void)setSelectedImage:(id)fp8;
- (id)selectedImage;
-- (id)contentView;
+- (UIView *)contentView;
- (void)setBackgroundView:(id)fp8;
- (id)backgroundView;
- (void)setSelectedBackgroundView:(id)fp8;