Closed iOSchuang closed 3 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; })
更新了吗?我明天试一下。感谢!你的几个库都挺好用,我几乎都用到了,哈哈哈
嗯 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.
能否设置弹出视图的宽度,目前是与屏幕等宽