liufengting / FTPopOverMenu

FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
MIT License
1.04k stars 170 forks source link

建议外面调用可以直接传入UIImage #14

Closed wudb closed 7 years ago

wudb commented 7 years ago

现在只能传入图片地址, 而不能传入UIImage,建议可以传入UIImage,以方便图片的多来源

liufengting commented 7 years ago

会考虑添加

liufengting commented 7 years ago

@wudb 已经添加了,查看最新代码,使用1.3.0版本

wudb commented 7 years ago

@liufengting 好的,辛苦