gmertk / BusyNavigationBar

A UINavigationBar extension to show loading effects
MIT License
990 stars 57 forks source link

Instead of using a UIView directly use a CALayer for the animation #3

Closed prine closed 8 years ago

prine commented 9 years ago

This solves the issue that the back button wasn't pressable. I also adapted the Storyboard and added a button to directly test the Push feature in the Example.

gmertk commented 8 years ago

@prine thanks for this PR, but I think this had a problem with rotations. In the end I kept the UIView. Closing this after months.