myell0w / MTStatusBarOverlay

A custom iOS status bar overlay seen in Apps like Reeder, Evernote and Google Mobile App
MIT License
1.92k stars 325 forks source link

Allow postMessage with and explicit duration #22

Closed benjaminscott closed 13 years ago

benjaminscott commented 13 years ago

Small patch, and one that might go against the pattern you've got in mind for postMessage, but it's useful for me, and might be for others!

myell0w commented 13 years ago

Thanks for that, but unfortunately this won't work because the selector updateUIForMessageType:duration: only calls hide when messageType == MTMessageTypeFinish. Will fix that when I'm back at a computer (which means in a few days :) )

benjaminscott commented 13 years ago

Could have sworn it went away for me - obviously I'd missed a postFinishMessage happening!

myell0w commented 13 years ago

Fixed it and merged you pull request, thanks!