TUIKitConfig Class Reference

Inherits from NSObject
Declared in TUIKitConfig.h
TUIKitConfig.m

Other Methods

  faceGroups

表情列表

@property (nonatomic, strong) NSArray<TFaceGroup*> *faceGroups

Declared In

TUIKitConfig.h

  avatarType

头像类型

@property (nonatomic, assign) TUIKitAvatarType avatarType

Declared In

TUIKitConfig.h

  avatarCornerRadius

头像圆角大小

@property (nonatomic, assign) CGFloat avatarCornerRadius

Declared In

TUIKitConfig.h

  defaultAvatarImage

默认头像图片

@property (nonatomic, strong) UIImage *defaultAvatarImage

Declared In

TUIKitConfig.h

  defaultGroupAvatarImage

默认群组头像图片

@property (nonatomic, strong) UIImage *defaultGroupAvatarImage

Declared In

TUIKitConfig.h

+ defaultConfig

+ (TUIKitConfig *)defaultConfig

Other Methods

– init

- (id)init

– defaultFace

初始化默认表情,并将配默认表情写入本地缓存,方便下一次快速加载

- (void)defaultFace

Declared In

TUIKitConfig.m