Giter Club home page Giter Club logo

jdsidemenu's Introduction

jdsidemenu's People

Contributors

calimarkus avatar simonholroyd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jdsidemenu's Issues

Sidemenu is showing on the right side when swiping.

Hi, first of all thanks for this cool repo. It really works out well for iOS7. But when I drag the contentViewController to the left, you can see the sideViewController underneath it. Any way to fix this?

Licence

Under what licence is this code? Is it licensed under the Apache License, Version 2.0 like the previous version of the menu?

Tableview cells hard to click

When I create a simple uitableviewcontroller accessed through the menu option like this:

SettingsViewController *settings = [[SettingsViewController alloc] init];
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:settings];
[self.sideMenuController setContentController:nav animated:YES]; 

The cells of it become very hard to click. One tap does nothing. If tap and hold for while it become selected and holding a little more and just after releasing it calls the didSelectRowAtIndexPath for the selected cell. Normally just a tap selects the cell and calls the delegate.

If I call this view from another view, i.e. using

[self presentViewController:settings animated:YES completion:nil];

Its behaviour becomes normal again.
I believe it's something with the setContentController of your library.
Can you help me?
Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.