ListDownlinkDelegate
Undocumented
-
swimListDownlinkWillChangeObjects(_:)Default implementationWill be called whenever commands are received that will change
ListDownlink.objects, and before those commands are processed.In other words, this indicates the start of a batch of calls to
swimListDownlink(:did{Insert,Move,Remove,Update}:atIndex:)orswimListDownlinkDidRemoveAll(:objects:).Default Implementation
Undocumented
Declaration
Swift
func swimListDownlinkWillChangeObjects(downlink: ListDownlink) -
swimListDownlinkDidChangeObjects(_:)Default implementationWill be called after a batch of changes to
ListDownlink.objectshas been processed.In other words, this indicates the end of a batch of calls to
swimListDownlink(:did{Insert,Move,Remove,Update}:atIndex:)orswimListDownlinkDidRemoveAll(:objects:).Default Implementation
Undocumented
Declaration
Swift
func swimListDownlinkDidChangeObjects(downlink: ListDownlink) -
swimListDownlink(_:didUpdate:atIndex:)Default implementationUndocumented
Default Implementation
Undocumented
-
swimListDownlink(_:didInsert:atIndexes:)Default implementationUndocumented
Default Implementation
Undocumented
-
swimListDownlink(_:didMove:fromIndex:toIndex:)Default implementationUndocumented
Default Implementation
Undocumented
-
swimListDownlink(_:didRemove:atIndex:)Default implementationUndocumented
Default Implementation
Undocumented
-
swimListDownlinkDidRemoveAll(_:objects:)Default implementationUndocumented
Default Implementation
Undocumented
-
swimValueDownlink(_:didUpdate:)Extension methodUndocumented
ListDownlinkDelegate Protocol Reference