mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 13:13:33 +01:00
Only available for iOS
This commit is contained in:
@@ -106,18 +106,18 @@ extension Internals {
|
||||
}
|
||||
}
|
||||
|
||||
#if canImport(QuartzCore)
|
||||
//
|
||||
// CATransaction.begin()
|
||||
//
|
||||
// if !animatingDifferences {
|
||||
//
|
||||
// CATransaction.setDisableActions(true)
|
||||
// }
|
||||
// performDiffingUpdates()
|
||||
//
|
||||
// CATransaction.commit()
|
||||
//
|
||||
#if os(iOS)
|
||||
|
||||
CATransaction.begin()
|
||||
|
||||
if !animatingDifferences {
|
||||
|
||||
CATransaction.setDisableActions(true)
|
||||
}
|
||||
performDiffingUpdates()
|
||||
|
||||
CATransaction.commit()
|
||||
|
||||
#else
|
||||
|
||||
performDiffingUpdates()
|
||||
|
||||
Reference in New Issue
Block a user