NoticeView
NoticeView copied to clipboard
Notification view doesn't resize to fit the new width upon device rotation
Hi,
Just noticed that when you show the notification and you rotate the device, the notification that was shown earlier doesn't resize to fit in the new width. This issue becomes obvious when you show the notification on the device vertically and then rotate to horizontal orientation. Any chance to make this automatically expand to fill in the new width?
Thanks for the great component.
Cheers
Hi,
I'll look into that. I foresee potential race conditions while the notice animates and the device rotates. Hopefully the change will be easy to implement. We'll see.
I have the same problem when using 2.4 (latest from cocoaPods) on iPad. The bar isn't resized to fit horizontal orientation.
Hi there!.
I do have the same issue. But, it's kind of interesting...
If you try the demo (after enabling all the possible orientations), and fire notifications. It expands nicely. So, a notification that was shown in portrait mode, looks fine when you rotate the device. It makes me thing this bug is not anymore. But, if you just add the WBNoticeView to your project (as I did), you still experience this problem when rotating. What am I missing?