UITableViewDelegate and UITableViewDataSo
- @property (strong, readwrite, nonatomic) RETableViewCellStyle *style
+ @property (strong, readonly, nonatomic) RETableViewCellStyle *style
@@ -2318,7 +2318,7 @@ It fully implements UITableViewDelegate and UITableViewDataSo
- © 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-16)
+
© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)
Generated by appledoc 2.1 (build 840).
diff --git a/Documentation/html/Classes/RETableViewSection.html b/Documentation/html/Classes/RETableViewSection.html
index 858de98..8fbd3f9 100644
--- a/Documentation/html/Classes/RETableViewSection.html
+++ b/Documentation/html/Classes/RETableViewSection.html
@@ -78,6 +78,8 @@
+
+
@@ -90,6 +92,8 @@
+
+
@@ -116,8 +120,12 @@
+
+
+
+
@@ -142,6 +150,10 @@
Replacing Items
+ Rearranging Items
+
+ Manipulating table view section
+
@@ -190,6 +202,8 @@
addItemsFromArray:
+ exchangeItemAtIndex:withItemAtIndex:
+
initWithHeaderTitle:
initWithHeaderTitle:footerTitle:
@@ -202,6 +216,8 @@
insertItems:atIndexes:
+ reloadSectionWithAnimation:
+
removeAllItems
removeItem:
@@ -228,8 +244,12 @@
replaceItemsInRange:withItemsFromArray:
+ replaceItemsInRange:withItemsFromArray:range:
+
replaceItemsWithItemsFromArray:
+ sortItemsUsingFunction:context:
+
@@ -542,7 +562,14 @@
– replaceItemsAtIndexes:withItems:
- Replaces the items in the section at specified locations specified with the items from a given sections array.
+ Replaces the items in the section at specified locations specified with the items from a given array.
+
+
+
+
+
+ – replaceItemsInRange:withItemsFromArray:range:
+ Replaces the items in the section by one given range with the items in another array specified by another range.
@@ -553,6 +580,43 @@
+
+
+
+
+
+ Rearranging Items
+
+
+ -
+
+
– exchangeItemAtIndex:withItemAtIndex:
+
+
+
+
+ -
+
+
– sortItemsUsingFunction:context:
+ Sorts the items in ascending order as defined by the comparison function compare.
+
+
+
+
+
+
+
+
+ Manipulating table view section
+
+
+ -
+
+
– reloadSectionWithAnimation:
+ Reloads the section using a given animation effect.
+
+
+
@@ -1248,6 +1312,62 @@
+
+ Declared In
+ RETableViewSection.h
+
+
+
+
+
+
+
+ exchangeItemAtIndex:withItemAtIndex:
+
+
+
+
+
+
+
+ - (void)exchangeItemAtIndex:(NSUInteger)idx1 withItemAtIndex:(NSUInteger)idx2
+
+
+
+
+ Parameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Declared In
RETableViewSection.h
@@ -1594,6 +1714,57 @@
+
+ Declared In
+ RETableViewSection.h
+
+
+
+
+
+
+
+ reloadSectionWithAnimation:
+
+
+
+
+ Reloads the section using a given animation effect.
+
+
+
+
+ - (void)reloadSectionWithAnimation:(UITableViewRowAnimation)animation
+
+
+
+
+ Parameters
+
+
+ - animation
+ A constant that indicates how the reloading is to be animated
+
+
+
+
+
+
+
+
+
+
+
+ Discussion
+ Reloads the section using a given animation effect.
+
+
+
+
+
+
+
+
Declared In
RETableViewSection.h
@@ -2165,7 +2336,7 @@
- Replaces the items in the section at specified locations specified with the items from a given sections array.
+ Replaces the items in the section at specified locations specified with the items from a given array.
@@ -2197,7 +2368,7 @@
Discussion
- Replaces the items in the section at specified locations specified with the items from a given sections array.
+ Replaces the items in the section at specified locations specified with the items from a given array.
@@ -2262,6 +2433,67 @@
+
+ Declared In
+ RETableViewSection.h
+
+
+
+
+
+
+
+ replaceItemsInRange:withItemsFromArray:range:
+
+
+
+
+ Replaces the items in the section by one given range with the items in another array specified by another range.
+
+
+
+
+ - (void)replaceItemsInRange:(NSRange)range withItemsFromArray:(NSArray *)otherArray range:(NSRange)otherRange
+
+
+
+
+ Parameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Discussion
+ Replaces the items in the section by one given range with the items in another array specified by another range.
+
+
+
+
+
+
+
+
Declared In
RETableViewSection.h
@@ -2313,6 +2545,62 @@
+
+ Declared In
+ RETableViewSection.h
+
+
+
+
+
+
+
+ sortItemsUsingFunction:context:
+
+
+
+
+ Sorts the items in ascending order as defined by the comparison function compare.
+
+
+
+
+ - (void)sortItemsUsingFunction:(NSInteger ( *) ( id , id , void *))compare context:(void *)context
+
+
+
+
+ Parameters
+
+
+ - compare
+ The comparison function to use to compare two items at a time.
+
+
+
+ - context
+ The context argument to pass to the compare function.
+
+
+
+
+
+
+
+
+
+
+
+ Discussion
+ Sorts the items in ascending order as defined by the comparison function compare.
+
+
+
+
+
+
+
+
Declared In
RETableViewSection.h
@@ -2334,7 +2622,7 @@
- © 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-16)
+
© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)
Generated by appledoc 2.1 (build 840).
diff --git a/Documentation/html/Protocols/RETableViewManagerDelegate.html b/Documentation/html/Protocols/RETableViewManagerDelegate.html
index 5c47d72..4f705d3 100644
--- a/Documentation/html/Protocols/RETableViewManagerDelegate.html
+++ b/Documentation/html/Protocols/RETableViewManagerDelegate.html
@@ -122,7 +122,7 @@
- © 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-16)
+
© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)
Generated by appledoc 2.1 (build 840).
diff --git a/Documentation/html/hierarchy.html b/Documentation/html/hierarchy.html
index 30dc2f1..cd145c3 100644
--- a/Documentation/html/hierarchy.html
+++ b/Documentation/html/hierarchy.html
@@ -71,7 +71,7 @@
- © 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-16)
+
© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)
Generated by appledoc 2.1 (build 840).
diff --git a/Documentation/html/index.html b/Documentation/html/index.html
index ae436b1..7bb0e5f 100644
--- a/Documentation/html/index.html
+++ b/Documentation/html/index.html
@@ -67,7 +67,7 @@
- © 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-16)
+
© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)
Generated by appledoc 2.1 (build 840).
diff --git a/RETableViewManager/RETableViewSection.h b/RETableViewManager/RETableViewSection.h
index 1b25eb8..82d05b2 100644
--- a/RETableViewManager/RETableViewSection.h
+++ b/RETableViewManager/RETableViewSection.h
@@ -315,9 +315,9 @@
///-----------------------------
/**
- * Reloads the section using a given animation effect.
- *
- * @param animation A constant that indicates how the reloading is to be animated
+ Reloads the `section` using a given animation effect.
+
+ @param animation A constant that indicates how the reloading is to be animated
*/
- (void)reloadSectionWithAnimation:(UITableViewRowAnimation)animation;