iTofu / LCActionSheet

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

Unused variable self.backWindow #3

Closed xingheng closed 9 years ago

xingheng commented 9 years ago

It seems that the backWindow is unused in class LCActionSheet, it that right? or pls explain it briefly. Thanks!

iTofu commented 9 years ago

When statusBarStyle is UIStatusBarStyleLightContent, the darkView will not affect the white statusBar. That's it, thanks chenwei's advise. Update Logs with Chinese

xingheng commented 9 years ago

OK, my bad. I just found it has setter for self.backWindow without getter in your class, and yes, you don't have to manage the backWindow object in ARC, so it's dealloc after the LCActionSheet is released. Please close this issue, thanks!

iTofu commented 9 years ago

Nothing:)