mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-18 15:39:08 +08:00
Document maximumTitleWidthWithFont: method
This commit is contained in:
@@ -68,6 +68,12 @@
|
||||
*/
|
||||
@property (assign, readonly, nonatomic) NSUInteger index;
|
||||
|
||||
/**
|
||||
Returns the width of the longest title in the section.
|
||||
|
||||
@param font A base font to use in calculations.
|
||||
@return width.
|
||||
*/
|
||||
- (CGFloat)maximumTitleWidthWithFont:(UIFont *)font;
|
||||
|
||||
///-----------------------------
|
||||
|
||||
Reference in New Issue
Block a user