Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

快速集成popupMenu

License

NotificationsYou must be signed in to change notification settings

lyb5834/YBPopupMenu

Repository files navigation

  • 快速集成popupMenu

效果图

(演示效果)

cocoapods支持

  • 只需在Podfile中加入pod 'YBPopupMenu'pod install即可

SwiftPackageManager(SPM)支持

最近更新

  • 新增箭头样式
样式图例
YBPopupMenuArrowStyleCurve默认curve
YBPopupMenuArrowStyleStraightstraight
  • 增加了高斯模糊视图

之前更新

  • 修复了快速点击屏幕动画重复执行的问题
  • 增加了dismissAllPopupMenu 方法,方便一键隐藏所有popupMenu
  • 删除老版初始化方法,避免频繁调用[self updateUI]方法
  • 增加横竖屏适配
  • 增加可选择的动画,暂时只有YBPopupMenuAnimationStyleScaleYBPopupMenuAnimationStyleFade两种,可自定义
  • 代码全部重构,不过完全兼容原先的API接口
  • 增加了YBPopupMenuPriorityDirection属性,可以设置箭头的第一优先级方向,当将要超过屏幕时会自动反转方向
  • 增加了rectCorner属性,可以自定义圆角(当反转时会自动镜像的反转圆角)
  • 可以设置边框颜色,边框粗细等
  • 支持传入NSAttributedString
  • 开放部分私有属性,如titlesimages,tableView,minSpace等等
  • 点击回调方法有更新(旧的还可以用)
  • 增加可自定义Cell的回调,遇到奇葩需求可以自定义设置(具体使用方法可参考demo)

注意

  1. 当箭头优先级是YBPopupMenuPriorityDirectionLeft/YBPopupMenuPriorityDirectionRight/YBPopupMenuPriorityDirectionNone时需手动设置arrowPosition来设置箭头在该行的位置
  2. 边框宽度不宜过粗,影响美观

使用方法

  • #import "YBPopupMenu.h"
[YBPopupMenu showAtPoint:p titles:TITLES icons:nil menuWidth:110 otherSettings:^(YBPopupMenu *popupMenu) {      popupMenu.dismissOnSelected = NO;      popupMenu.showShadow = YES;      popupMenu.delegate = self;      popupMenu.offset = 10;      popupMenu.type = YBPopupMenuTypeDark;      popupMenu.rectCorner = UIRectCornerBottomLeft | UIRectCornerBottomRight;      popupMenu...;  }];

版本支持

  • xcode7.0+

  • 如果您在使用本库的过程中发现任何bug或者有更好建议,欢迎@issues 我或联系本人emaillyb5834@126.com


[8]ページ先頭

©2009-2025 Movatter.jp