mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-27 11:07:05 +02:00
restructured files, added way to transform section names in ManagedObjectListControllers
This commit is contained in:
@@ -12,9 +12,9 @@ import HardcoreData
|
||||
|
||||
struct Shared {
|
||||
|
||||
static let palettes = HardcoreData.observeObjectList(
|
||||
static let palettes = HardcoreData.observeSectionedList(
|
||||
From(Palette),
|
||||
GroupBy("colorName"),
|
||||
SectionedBy("colorName"),
|
||||
SortedBy(.Ascending("hue"))
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user