9 #import <UIKit/UIKit.h>
29 @property(nonatomic, weak) IBOutlet id<UIASubviewTableSubviewSource> subviewSource;
57 - (CGFloat)subviewTableView:(
UIASubviewTableView *)scrollView viewHeightForRow:(NSUInteger)row;
68 - (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath;
72 - (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath;
76 - (NSInteger)tableView:(UITableView *)tableView sectionForSectionIndexTitle:(NSString *)title atIndex:(NSInteger)index;
80 - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath;
84 - (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexPath:(NSIndexPath *)destinationIndexPath;
id _delegateMediator
Definition: UIASubviewTableView.h:20
BOOL subviewSourceViewHeightForRow
Definition: UIASubviewTableView.h:22
id _dataSourceImpl
Definition: UIASubviewTableView.h:19
struct UIASubviewTableView::@8 _subviewTableViewFlags
This protocol defines data source and subview source methods for UIASubviewTableView objects...
Definition: UIASubviewTableView.h:38
Table view for various sized cell fit for subviews.
Definition: UIASubviewTableView.h:18