From fa862f3a664bf8a8406d402e315070c3905b8adb Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Tue, 16 Jul 2013 11:32:56 -0500 Subject: [PATCH] Update documentation --- .../html/Classes/RETableViewManager.html | 20 ++++++++++--------- RETableViewManager/RETableViewManager.h | 8 ++++++-- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Documentation/html/Classes/RETableViewManager.html b/Documentation/html/Classes/RETableViewManager.html index 4aa713d..de8034f 100644 --- a/Documentation/html/Classes/RETableViewManager.html +++ b/Documentation/html/Classes/RETableViewManager.html @@ -129,13 +129,15 @@
  • Tasks
  • @@ -271,7 +273,7 @@ APIs for mapping any object class to any custom cell subclass.

    The general idea is to allow developers to use their own UITableView and UITableViewController instances, providing a layer that synchronizes data with cell appereance. -It almost fully implements UITableViewDelegate and UITableViewDataSource protocols so you don’t have to.

    +It fully implements UITableViewDelegate and UITableViewDataSource protocols so you don’t have to.

    @@ -283,8 +285,8 @@ It almost fully implements UITableViewDelegate and UITableVie

    Tasks

    - -

    Other Methods

    + +

    Managing Table View and Sections

    - -

    Setting default style

    + +

    Setting Style

    • @@ -557,8 +559,8 @@ It almost fully implements UITableViewDelegate and UITableVie
    - -

    Rearranging Content

    + +

    Rearranging Sections

    • diff --git a/RETableViewManager/RETableViewManager.h b/RETableViewManager/RETableViewManager.h index f2b355a..61e31d1 100644 --- a/RETableViewManager/RETableViewManager.h +++ b/RETableViewManager/RETableViewManager.h @@ -58,6 +58,10 @@ NSUInteger REDeviceSystemMajorVersion(); */ @interface RETableViewManager : NSObject +///----------------------------- +/// @name Managing Table View and Sections +///----------------------------- + /** The array of sections. See RETableViewSection reference for details. */ @@ -139,7 +143,7 @@ NSUInteger REDeviceSystemMajorVersion(); - (void)setObject:(id)obj forKeyedSubscript:(id )key; ///----------------------------- -/// @name Setting default style +/// @name Setting Style ///----------------------------- /** @@ -300,7 +304,7 @@ NSUInteger REDeviceSystemMajorVersion(); - (void)replaceSectionsInRange:(NSRange)range withSectionsFromArray:(NSArray *)otherArray; ///----------------------------- -/// @name Rearranging Content +/// @name Rearranging Sections ///----------------------------- /**