From d511dadabb9934926d39cdbf7841df286cea98ba Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Tue, 6 Aug 2013 15:26:22 -0500 Subject: [PATCH] Document maximumTitleWidthWithFont: method --- RETableViewManager/RETableViewSection.h | 6 ++++++ 1 file changed, 6 insertions(+) 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; ///-----------------------------