TUIContactListPicker Class Reference

Inherits from UIControl
Declared in TUIContactListPicker.h
TUIContactListPicker.m

Other Methods

– initWithFrame:

- (instancetype)initWithFrame:(CGRect)frame

– initControl

- (void)initControl

– setupBinding

- (void)setupBinding

– collectionView:numberOfItemsInSection:

- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section

– collectionView:layout:sizeForItemAtIndexPath:

- (CGSize)collectionView:(nonnull UICollectionView *)collectionView layout:(nonnull UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(nonnull NSIndexPath *)indexPath

– collectionView:cellForItemAtIndexPath:

- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath

– layoutSubviews

- (void)layoutSubviews

Other Methods

  accessoryBtn

@property (readonly) UIButton *accessoryBtn

  selectArray

@property NSArray<TCommonContactSelectCellData*> *selectArray

Extension Methods

  collectionView

@property UICollectionView *collectionView