twitter-archive / twui

A UI framework for Mac based on Core Animation
Other
2.74k stars 268 forks source link

compile error #110

Closed agborkowski closed 12 years ago

agborkowski commented 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'

[self _updateLayerScaleFactor]; Receiver type 'TUINSView' for instance message does not declare a method with selector '_updateLayerScaleFactor'

joshaber commented 12 years ago

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.

agborkowski commented 12 years ago

yes u right. thanx