Ramotion / animated-tab-bar

:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
https://www.ramotion.com/animated-tab-bar-ios-app-development-ui-library/
MIT License
11.13k stars 1.33k forks source link

Background auto layout issue? #123

Closed michael-mckenna closed 8 years ago

michael-mckenna commented 8 years ago

This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.

michael-mckenna commented 8 years ago

This had to do with code elsewhere in my project. My apologies.