andreamazz / SlideOutNavigation

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

Fixed an issue with drawing of upper and lower borders on iOS 6.1 and iO... #49

Closed achitre closed 10 years ago

achitre commented 10 years ago

Fixed an issue with drawing of upper and lower borders on iOS 6.1 and iOS 7.

Changed drawRect implementation to not do any custom drawing. The borders are are drawn using two separate views instead.

Signed-off-by: Aniruddha Chitre achitre@chenoainc.com

maxma86 commented 10 years ago

Yes, I met this problem. So, How can I update this file, using "pod update" can't work

maxma86 commented 10 years ago

Seem, still can't work

andreamazz commented 10 years ago

@achitre: thanks for your contribution. @maxma86: you might want to wait form me to push a new version on the cocoapods repo....