Contents

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.

See Also

Deprecated