[WIP] Stories

This commit is contained in:
Ali
2023-05-16 22:16:22 +04:00
parent e6ebc89b85
commit a1e59a8bff
8 changed files with 76 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ import Display
@_silgen_name("UIAnimationDragCoefficient") func UIAnimationDragCoefficient() -> Float
#endif
private extension UIView {
public extension UIView {
static var animationDurationFactor: Double {
#if targetEnvironment(simulator)
return Double(UIAnimationDragCoefficient())