krzysztofzablocki / LineDrawing

Beatiful and fast smooth line drawing algorithm for iOS - as seen in Foldify.
http://twitter.com/merowing_
Other
1.29k stars 213 forks source link

ios4 support #1

Closed tolgatanriverdi closed 12 years ago

tolgatanriverdi commented 12 years ago

Hello I'm trying to use your smooth drawing code in my application but I've noticed that its working under ios5 perfect but its not working on ios 4 Do you know why it would be?

krzysztofzablocki commented 12 years ago

Can you be more specific? What happens?

tolgatanriverdi commented 12 years ago

I've debugged the code everything seems to work fine(at least code execution tree is same as in ios5) but when I try to draw something on the view nothing happens only a blank screen , but it was working fine in ios 5. Then I've debuged a little bit more and I saw gesture recognizers are also working so I 've no idea whats going on but its not drawing in ios4 can it be related to cocos2d?

tolgatanriverdi commented 12 years ago

problem fixed sorry to bother its related with ios4 viewwillappear problems