font
The font of the title.
Declaration
@property (nonatomic, strong) UIFont * font;Discussion
If the value of this property is nil (the default), UITableViewCell uses a standard font optimized for the device.
The font of the title.
@property (nonatomic, strong) UIFont * font;If the value of this property is nil (the default), UITableViewCell uses a standard font optimized for the device.