Closed agborkowski closed 12 years ago
/Users/nim/Sites/lib/twui/lib/UIKit/TUINSView.m
[self _updateLayerScaleFactor]; Receiver type 'TUINSView' for instance message does not declare a method with selector '_updateLayerScaleFactor'
It sounds like you need to use a newer version of Xcode. Or you can work around it by declaring -(void)_updateLayerScaleFactor; in the TUINSView interface.
-(void)_updateLayerScaleFactor;
TUINSView
yes u right. thanx
/Users/nim/Sites/lib/twui/lib/UIKit/TUINSView.m
[self _updateLayerScaleFactor]; Receiver type 'TUINSView' for instance message does not declare a method with selector '_updateLayerScaleFactor'
[self _updateLayerScaleFactor]; Receiver type 'TUINSView' for instance message does not declare a method with selector '_updateLayerScaleFactor'