Skip to content

Commit b7db134

Browse files
author
Ernesto Rivera
committed
Update documentation
1 parent 517bef9 commit b7db134

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/AMBTableViewController.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103

104104
/// Combine several section and row changes between [UITableView beginUpdates] and
105105
/// [UITableView endUpdates].
106+
/// @param changes The changes to be combined.
106107
- (void)combineChanges:(void (^)(void))changes;
107108

108109
/// Retrieve the index path of the row containing a given subview.
@@ -235,6 +236,8 @@ typedef void (^AMBTableViewCellConfigurationBlock)(id object,
235236
/// An index set of all the currently hidden objects.
236237
@property (strong, nonatomic, readonly) NSIndexSet * hiddenObjectsIndexSet;
237238

239+
/// @name Adding and Removing Objects
240+
238241
/// Add an object to objects.
239242
/// @param object The object to be added.
240243
- (void)addObject:(id)object;
@@ -271,6 +274,8 @@ typedef void (^AMBTableViewCellConfigurationBlock)(id object,
271274
/// @param indexSet The indexes of the objects to be removed.
272275
- (void)removeObjectsAtIndexes:(NSIndexSet *)indexSet;
273276

277+
/// @name Hiding and Showing Objects
278+
274279
/// Whether an object is hidden.
275280
/// @param object The subject object.
276281
- (BOOL)isObjectHidden:(id)object;

0 commit comments

Comments
 (0)