Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
02/28/13 06:18 PM (12 years ago)

CGAffineTransformInvert: singular matrix.

Hi All, Have any of you seen this error: Feb 28 17:16:05 MacComputer.local appname[2871] <Error>: CGAffineTransformInvert: singular matrix. I added this code for landscape support in BT_screen_menuButtons under //adjust scroller size...: if(UIInterfaceOrientationIsPortrait(self.interfaceOrientation)) { self.buttonPadding = [[BT_strings getStyleValueForScreen:self.screenData:@"buttonPaddingLargeDevice":@"15"] intValue]; [self.myScrollView setScrollEnabled:FALSE]; } if(UIInterfaceOrientationIsLandscape(self.interfaceOrientation)) { buttonPadding = (deviceWidth-(2*buttonSize))/3; [self.myScrollView setScrollEnabled:TRUE]; } Thanks, Jake
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.