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