KyleGoddard / KGFloatingDrawer

A floating navigation drawer with an interesting animated presentation written in Swift.
MIT License
499 stars 79 forks source link

Swift 3 #29

Closed swsalim closed 8 years ago

swsalim commented 8 years ago

I converted the code to swift 3, fixed any error messages and set up the views and storyboard based on the example.

I can see that the function applyTransforms is being called by when the toggleDrawer is trigger but it doesn't seem to do anything. The animation transform doesn't seem to be doing anything.

Any idea what I can check on this?

swsalim commented 8 years ago

I managed to get the example demo working properly with swift 3, guess there's something to do with my code instead. I'll check further on this.