52inc / Pulley

A library to imitate the iOS 10 Maps UI.
https://cocoapods.org/pods/Pulley
MIT License
2.02k stars 265 forks source link

TopLayoutGuide #357

Open viktas opened 5 years ago

viktas commented 5 years ago

Hey, so the pulley itself is great, but I have a little issue, I am transforming the primary view by 180 degrees, the drawer as well, everything works well. But when I want to constraint my elements in the primary view, the top and bottom layout guides don't work and I can't use safe area below IOS 11. So when I constraint my element to the top with 0 constant it is on top of the notification bar, how can I get the transformation to account the top and bottom safe areas correctly below IOS 11?