mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-19 18:24:13 +08:00
Documentation update
This commit is contained in:
@@ -259,7 +259,7 @@ NSUInteger REDeviceSystemMajorVersion();
|
||||
/**
|
||||
Replaces the section at index with `section`.
|
||||
|
||||
@param index The index of the section to be replaced. This value must not exceed the bounds of the sections array.
|
||||
@param index The index of the section to be replaced. This value must not exceed the bounds of the table view sections.
|
||||
@param section The section with which to replace the section at index `index` in the sections array. This value must not be `nil`.
|
||||
*/
|
||||
- (void)replaceSectionAtIndex:(NSUInteger)index withSection:(RETableViewSection *)section;
|
||||
|
||||
Reference in New Issue
Block a user