YapDatabaseViewGrowOptions
enum YapDatabaseViewGrowOptions {}
Grow options allow you to specify in which direction flexible ranges can grow.
See
growOptions-
Undocumented
Declaration
Objective-C
YapDatabaseViewGrowPinSide = 1 << 0
Swift
static var pinSide: YapDatabaseViewGrowOptions { get }
-
Undocumented
Declaration
Objective-C
YapDatabaseViewGrowNonPinSide = 1 << 1
Swift
static var nonPinSide: YapDatabaseViewGrowOptions { get }
-
Undocumented
Declaration
Objective-C
YapDatabaseViewGrowInRangeOnly = 0
-
Undocumented
Declaration
Objective-C
YapDatabaseViewGrowOnBothSides = (YapDatabaseViewGrowPinSide | YapDatabaseViewGrowNonPinSide)
Swift
static var onBothSides: YapDatabaseViewGrowOptions { get }