Git Product home page Git Product logo

popmenu's People

Contributors

haowenwu avatar jiaqisun avatar lfarah avatar xhzengaib 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

popmenu's Issues

Manual Installation

CocoaPods and Carthage are awesome tools and make our life really easier, but there are some devs who still don't know how to use them.

It would be cool to add the Manual installation guide in your README.md. You can take a look at my iOS Readme Template to see how you can do it.

小菜鸟问个问题。

你好非常喜欢你这个PopMenu。我准备手动导入到我的项目中来。我把PopMenu项目下载下来之后,将PopMenu这个目录下的所有文件都导入到我的项目中。可是提示有一些文件找不到,请问一下我该怎手动导入?谢谢!

Swift pod 安装有问题

PopMenu.m:11:9: 'XHRealTimeBlur.h' file not found with include; use "quotes" instead
PopMenu.m:12:9: 'POP.h' file not found with include; use "quotes" instead
MenuButton.m:10:9: 'POP.h' file not found with include; use "quotes" instead

Scale issues on multiple clicks

Hi - awesome control. 谢谢!!

I found a bug where if the user presses repeatedly on the MenuButton - the block for completion ends but the start animation is still firing which means when you next see the icons, the one you clicked has an incorrect scale.

I fixed this by putting the line in bold in the touchesBegan code...

  • (void)touchesBegan:(NSSet _)touches withEvent:(UIEvent )event {
    // 播放缩放动画
    //-- Stop touches firing when an animation is still active.
    _if(self.pop_animationKeys.count > 0) return;

Hope this helps someone. I would branch and commit, but am too lazy. Sorry :)

Fantastic control though. Great Work.

eventhandling

Hi,

I successfully integrated PopMenu to my project. Are there any eventhandlers for the buttons?

thx

用Swift3.0开发时出现报错

menu.didSelectedItemCompletion = { (selectedItem: MenuItem!) -> Void in
print(selectedItem.index)
}

报错原因是: Cannot assign value of type '(MenuItem!) -> Void' to type 'DidSelectedItemBlock!'
这个方法不能实现,就没有办法跳转!
求解救

发现个小问题

你好:第一次点击 ,按钮们 显示,这个时候,我轻扫背景 ,就会再次弹出一个,可以一直反复

themenu background can't cover tabbar when I set translucent to NO

Thanks for your great job. I apply popMenu to navigation item button and I found that the menu background can't cover tabbar when I set tabbar translucent to NO.
I already used this function:
[_popMenu showMenuAtView:self.tabBarController.view];
btw, it works well when I set translucent to YES.
Any idea to fix it? Thanks!

gg

Undefined symbols for architecture arm64:
"OBJC_CLASS$_XHRealTimeBlur", referenced from:
objc-class-ref in PopMenu.o
"_kPOPViewFrame", referenced from:
-[PopMenu initailzerAnimationWithToPostion:formPostion:atView:beginTime:] in PopMenu.o
"OBJC_CLASS$_POPAnimatableProperty", referenced from:
objc-class-ref in MenuButton.o
objc-class-ref in PopMenu.o
"OBJC_CLASS$_POPSpringAnimation", referenced from:
objc-class-ref in MenuButton.o
objc-class-ref in PopMenu.o
"_kPOPViewScaleXY", referenced from:
-[MenuButton touchesBegan:withEvent:] in MenuButton.o
-[MenuButton disMissCompleted:] in MenuButton.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

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.