### Description layoutSubviews swizzling causes issues for UIKit. ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug - [ ] enhancement (feature request) - [ ] question - [ ] documentation related - [ ] discussion ### Requirements (place an `x` in each of the `[ ]`) * [x] I've read and understood the [Contributing guidelines](https://github.com/Juanpe/SkeletonView/blob/main/CONTRIBUTING.md) and have done my best effort to follow them. * [x] I've read and agree to the [Code of Conduct](https://github.com/Juanpe/SkeletonView/blob/main/CODE_OF_CONDUCT.md). * [x] I've searched for any related issues and avoided creating a duplicate issue. --- ### Bug Report ### SkeletonView Environment: **SkeletonView version: 1.29.2** **Xcode version: 13.2.1** **Swift version: 5** #### Steps to reproduce: 1. Setup the floating keyboard on iPad 2. Open app in a slide over mode 3. Show a skeleton animation 4. Focus on a textfield with a toolbar #### Expected result: Keyboard is shown #### Actual result: App freezes in the infinite loop #### Attachments: Logs, screenshots, sample project, funny gif, etc. https://user-images.githubusercontent.com/50835041/159222726-e042e8e0-cd97-43e0-9f01-85c98e54771b.mov [Sample project](https://github.com/Juanpe/SkeletonView/files/8313823/SkeletonSwizzlingFailure.zip)
Description
layoutSubviews swizzling causes issues for UIKit.
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])Bug Report
SkeletonView Environment:
SkeletonView version: 1.29.2
Xcode version: 13.2.1
Swift version: 5
Steps to reproduce:
Expected result:
Keyboard is shown
Actual result:
App freezes in the infinite loop
Attachments:
Logs, screenshots, sample project, funny gif, etc.
loop480.mov
Sample project