iTofu / LCActionSheet

一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。
https://note.leodev.me/LCActionSheet/
MIT License
821 stars 144 forks source link

block方式获取不到按钮的标题 #27

Closed firenessZX closed 7 years ago

firenessZX commented 7 years ago

block方式获取不到按钮的标题

iTofu commented 7 years ago

按钮标题数组是由外部传给 LCActionSheet 的,按钮点击时会把 buttonIndex 回调给外部,外部根据 buttonIndex 应该能直接获取到标题。