Add API to update the current range mode of a table or collection view range controller

This commit is contained in:
Michael Schneider
2016-02-26 20:20:13 -08:00
parent ab920aa360
commit 60889f555e
7 changed files with 42 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
@property (nonatomic, retain, readonly) ASDataController *dataController;
@property (nonatomic, weak, readwrite) ASTableNode *tableNode;
@property (nonatomic, strong, readonly) ASRangeController *rangeController;
/**
* Initializer.