calvinchankf / CCKFNavDrawer

Android Navigation Drawer for iOS
MIT License
58 stars 11 forks source link

App Crashing after using the library #3

Open AbhishekChourasia16690 opened 7 years ago

AbhishekChourasia16690 commented 7 years ago

Hello, Thank you for the small size code base for such a big feature. I need to support it for app with deployment target above 8. Also my app supports only portrait mode.

I get this crash once I integrate it -[UINavigationController setCCKFNavDrawerDelegate:]: unrecognized selector sent to instance

Could you please let me know the reason.

Thanks.

calvinchankf commented 7 years ago

Hi,

I am sorry to tell you that this project has been discontinued.

Calvin

On Fri, May 12, 2017 at 18:49 AbhishekChourasia16690 < notifications@github.com> wrote:

Hello, Thank you for the small size code base for such a big feature. I need to support it for app with deployment target above 8. Also my app supports only portrait mode.

I get this crash once I integrate it -[UINavigationController setCCKFNavDrawerDelegate:]: unrecognized selector sent to instance

Could you please let me know the reason.

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/calvinchankf/CCKFNavDrawer/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AFJ3J1Ex4z_a12JadE1bpDglKz22mMq1ks5r5Dk_gaJpZM4NZIg3 .

AbhishekChourasia16690 commented 7 years ago

Yes I know but the library works fine for now. But I found one strange issue with the library for iOS 8 only. If there is any button below the hamberg menu button (from which sliding happens) which is touching the bottom of screen that button method gets called.

It would be really helpful, if you could tell me the reason for this.

Waiting for your reply. Thanks