diff --git a/RETableViewManager/RETableViewSection.h b/RETableViewManager/RETableViewSection.h index 1d73f57..100b2fb 100644 --- a/RETableViewManager/RETableViewSection.h +++ b/RETableViewManager/RETableViewSection.h @@ -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; ///-----------------------------