Document maximumTitleWidthWithFont: method

This commit is contained in:
Roman Efimov
2013-08-06 15:26:22 -05:00
parent f1f99a8692
commit d511dadabb

View File

@@ -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;
///-----------------------------