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
The toast animations made with [UIView beginAnimations:nil context:nil]; trigger log in the console when using in ios 7 simulator, here is the log :
Error: CGContextTranslateCTM: invalid context 0x0. This is a serious error.
This application, or a library it uses, is using an invalid context and is thereby
contributing to an overall degradation of system stability and reliability.
This notice is a courtesy: please fix this problem. It will become a fatal
error in an upcoming update.
The toast animations made with [UIView beginAnimations:nil context:nil]; trigger log in the console when using in ios 7 simulator, here is the log :
My correction is to use this instead :
Since it's available on iOS 4.0 I think it's a good correction.
The text was updated successfully, but these errors were encountered: