wwmz / WMZDropDownMenu

🌹一个能几乎实现所有App各种类型筛选菜单的控件,可悬浮,目前已实现闲鱼/美团/Boss直聘/京东/饿了么/淘宝/拼多多/赶集网/美图外卖等等的筛选菜单,可以自由调用代理实现自己想组装的筛选功能和UI,且控件的生命周期自动管理,悬浮自动管理🌹(A control that can implement almost all types of filtering menus of all apps)
MIT License
725 stars 98 forks source link

能否设置下拉菜单的宽度 #25

Closed iOSchuang closed 3 years ago

iOSchuang commented 4 years ago

能否设置弹出视图的宽度,目前是与屏幕等宽

wwmz commented 4 years ago

能否设置弹出视图的宽度,目前是与屏幕等宽

没提供属性哈 我加个吧 新增 wCustomDataViewRect //自定义弹出视图的frame 配合弹出底部阴影frame使用 新增 wCustomShadomViewRect //自定义弹出底部阴影的frame 使用方法 //currentRect是当前的frame .wCustomDataViewRectSet(^CGRect(CGRect currentRect) { currentRect.size.width = Menu_Width0.8; currentRect.origin.x = 0.1Menu_Width; return currentRect; })

iOSchuang commented 4 years ago

更新了吗?我明天试一下。感谢!你的几个库都挺好用,我几乎都用到了,哈哈哈

wwmz commented 4 years ago

嗯 githud更新了 cocopod没更新

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: CoderLee <notifications@github.com> 发送时间: 2020年7月23日 00:53 收件人: wwmz/WMZDropDownMenu <WMZDropDownMenu@noreply.github.com> 抄送: WMZ <925457662@qq.com>, Comment <comment@noreply.github.com> 主题: 回复:[wwmz/WMZDropDownMenu] 能否设置下拉菜单的宽度 (#25)

更新了吗?我明天试一下。感谢!你的几个库都挺好用,我几乎都用到了,哈哈哈

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.