Skip to content

iPad 3 - Slow Rendering Issue #13

@hashaam

Description

@hashaam

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

UIGraphicsBeginImageContextWithOptions(layer.frame.size, NO, scale);

To fix this, we need to render only rect.size:

UIGraphicsBeginImageContextWithOptions(rect.size, NO, scale);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions