MPNotificationView
MPNotificationView copied to clipboard
An in-app notification view that mimics the iOS 6 notification views which appear above the status bar
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Hi, My applicatio is crash beacus of MPNotificationView I see my crashlytics bug resport and i found that some problem here [MPNotificationView screenImageWithRect: ] and problem is EXC_BAD_ACCESS KERN_INVALID_ADDRESS And...
iOS 7 got a new style of notification view, any plan on having a new look for new OS ?
Hi, That's me again :). I added proper status bar rotation support, it could be turned on with changing `STATUS_BAR_SUPPORT` from `0` to `1`. Looks much nicer and it should...
First I want to say this is great. I was working on the same thing with now progress until I found your project, thanks for that. I am creating my...
Not perfect! The status bar is not the same, Some sense of jumping
On iPad 3 following line takes around 10-12 seconds to render as it is rendering in complete frame: **URL** https://github.com/Moped/MPNotificationView/blob/master/MPNotificationView/MPNotificationView.m#L454 **Code** ``` ios UIGraphicsBeginImageContextWithOptions(layer.frame.size, NO, scale); ``` To fix this,...
 I got this weird rotation restricting the supported interface orientations for just Portrait. Any idea why is it happening?