TUIContactSelectController Class Reference

Declared in TUIContactSelectController.m

Other Methods

– init

- (instancetype)init

– initWithNibName:bundle:

- (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil

– initData

- (void)initData

– viewDidLoad

- (void)viewDidLoad

– setupBinds

- (void)setupBinds

– viewDidLayoutSubviews

- (void)viewDidLayoutSubviews

– viewModel

- (TContactSelectViewModel *)viewModel

– numberOfSectionsInTableView:

- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView

– tableView:numberOfRowsInSection:

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section

– tableView:viewForHeaderInSection:

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section

– tableView:heightForRowAtIndexPath:

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath

– tableView:heightForHeaderInSection:

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section

– sectionIndexTitlesForTableView:

- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView

– tableView:cellForRowAtIndexPath:

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

– didSelectContactCell:

- (void)didSelectContactCell:(TCommonContactSelectCell *)cell

– finishTask

- (void)finishTask

Extension Methods

  tableView

@property UITableView *tableView

  emptyView

@property UIView *emptyView

  pickerView

@property TUIContactListPicker *pickerView

  selectArray

@property NSMutableArray *selectArray