andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

Added ability to hide the nav bar #86

Closed obrand69 closed 9 years ago

andreamazz commented 9 years ago

Merged. Thanks!

obrand69 commented 9 years ago

No problem. Have also noticed that the pch file contains the uikit and foundation imports, not sure it is practical for someone who merges your project. Last few months, was not the case and this time, I struggled (not that much...) to figure it out. I would place the imports in the file if I were you, just a suggestion. Thanks again for the project, it is great!

Sent from my iPhone

On Jan 25, 2015, at 08:49, Andrea Mazzini notifications@github.com wrote:

Merged. Thanks!

— Reply to this email directly or view it on GitHub.

andreamazz commented 9 years ago

Those imports in the prefix header was a common practice a while ago (the project template itself did that). Anyway, the prefix header belongs to the demo project alone, that shouldn't really be used besides demonstrating the control use.