Giter VIP home page Giter VIP logo

ios7menu's People

Contributors

monavari-lebrecht avatar readmecritic 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ios7menu's Issues

add button to open menu

first i would like to thank you fro this great work.

how i can open menu by button in viewcontroller

Does not run under iOS7 and Xcode5GM

2013-09-14 11:57:51.761 iOS7Menu[64601:70b] Two-stage rotation animation is deprecated. This application should use the smoother single-stage animation.

I programatically init ISMViewController and set the viewControllers to a UINavigationController based view controller

I programatically init ISMViewController and set the viewControllers to a UINavigationController based view controller. but on the top of UINavigationBar, there are a area height as status height, is transparent. You can see from this picture: http://i.imgbox.com/acseuqSh.png

the code:

CollectionViewController *col = [[CollectionViewController alloc] init];
    UINavigationController *navControlelr = [[UINavigationController alloc] initWithRootViewController:col];
    ISMViewController *tabController = [[ISMViewController alloc] init];
    tabController.viewControllers = @[navControlelr];
    self.window.rootViewController = tabController;

not really support IOS7

I love this menu, the best i've seen . thank you for all the good work.
there's a problem that Xcode always update or upgrade the project to make it operate with the IOS7 themes . the problem is when I accept it , it's change the project and when i'm adding H & M files for each View Controller I can't really add button and UiText labels to it ( i mean as a property on the H file ) . can you please update this wonderful menu ?

ISMViewController will not let me use its' private method.

_PROPS_ This control has helped me out a lot, and I thank the Author dearly.

I am trying to use the function switchToViewController:viewControllerIndex, but it simply does not run it. I declared it as a property in App delegate.
<code
@Property (nonatomic,strong) ISMViewController *control;

I then define my App Delegate it in my App-Prefix.pch as #define AppDelegate ((ISMAppDelegate *)[UIApplication sharedApplication].delegate)

So I am able to access its' properties globally.

but when I am in my View Controller, no matter how I call the function, it simple does not work outside of its' own ViewController. :/

[AppDelegate.control switchToViewController:1] has no effect at all.

In ISMViewController, I made its' method public as well, so I can call them, But neither switchToViewController works or
.selectedIndex to switch to different view programatically.

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.