From 2f2e542d51e4ce213439e051ad913a89d58fd36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catala=CC=81n?= Date: Mon, 26 Aug 2019 22:34:56 +0200 Subject: [PATCH] fix: bug #149 animation stopped when modal is presented --- Example/TableView/Base.lproj/Main.storyboard | 2 +- Example/TableView/ViewController.swift | 4 - SkeletonView.xcodeproj/project.pbxproj | 10 +- Sources/Extensions/CALayer+Extensions.swift | 16 ++- Sources/Extensions/UIView+Extension.swift | 2 +- Sources/Extensions/UIView+IBInspectable.swift | 2 +- Sources/Helpers/Swizzling.swift | 27 ++++ Sources/SkeletonFlow.swift | 1 - Sources/SkeletonLayer.swift | 4 +- Sources/SkeletonView.swift | 129 +++++++++++------- 10 files changed, 130 insertions(+), 67 deletions(-) create mode 100644 Sources/Helpers/Swizzling.swift diff --git a/Example/TableView/Base.lproj/Main.storyboard b/Example/TableView/Base.lproj/Main.storyboard index d00ae3b2..22a40560 100644 --- a/Example/TableView/Base.lproj/Main.storyboard +++ b/Example/TableView/Base.lproj/Main.storyboard @@ -41,7 +41,7 @@ -