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

duration during postMessage:duration: method fails #76

Open srz2 opened 11 years ago

srz2 commented 11 years ago

I'm trying to use postMessage:duration: twice and then finish with a regular postMessage: in order to get the result of displaying two messages and then leaving a third message up indefinitely. Although the process works, the duration times of the other two messages (1.5 & 3 seconds) are disregarded. This looks like a bug?