YapDatabaseManualView
@interface YapDatabaseManualView : YapDatabaseView
Welcome to YapDatabase!
https://github.com/yapstudios/YapDatabase
The project wiki has a wealth of documentation if you have any questions. https://github.com/yapstudios/YapDatabase/wiki
YapDatabaseView is an extension designed to work with YapDatabase.
It gives you a persistent sorted view
of a configurable subset of your data.
For the full documentation on Views, please see the related wiki article: https://github.com/yapstudios/YapDatabase/wiki/Views
-
Undocumented
Declaration
Objective-C
- (instancetype)init;
Swift
init()
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithVersionTag:(nullable NSString *)versionTag options:(nullable YapDatabaseViewOptions *)options;
Swift
init(versionTag: String?, options: YapDatabaseViewOptions?)