can I safely ignore Error: CGAffineTransformInvert: singular matrix?

2014-07-15 Thread 2551
I added a bannerView to a custom UI detailController view, wired it up to a property in the class's .h file then added self.canDisplayBannerAds = YES;j to my implementation file. The banner works fine, but I'm getting several instances of Error: CGAffineTransformInvert: singular matrix in

Re: can I safely ignore Error: CGAffineTransformInvert: singular matrix?

2014-07-15 Thread David Duncan
On Jul 15, 2014, at 8:00 AM, 2551 2551p...@gmail.com wrote: offered some good theoretical perspective, but if its correct, I'm not sure what I need to adjust. You don’t need to adjust anything, unless you were calling CGAffineTransformInvert with a singular matrix. This is a general case –