You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will corrupt the graphic context stack for the entire app. For example: if you try to create a new graphics context, draw to it and get the image, it will fail and return nil.
in DLRadioButton drawIconWithSelection:
UIGraphicsPopContext();
should be called after:
UIGraphicsEndImageContext();
not before.
The text was updated successfully, but these errors were encountered: