jharwig / PPSSignatureView

iOS Signature Capture Demo
MIT License
1.04k stars 234 forks source link

Fixes Xcode 6 and iOS 8 build issues #10

Closed sridvijay closed 10 years ago

sridvijay commented 10 years ago

Not sure if this is an issue or a bug, but adding this additional import statement from the OpenGLES framework fixes all compiler warnings, and successfully builds and runs on iOS 8 and Xcode 6 beta 3.

jharwig commented 10 years ago

Thanks, just moved the import to implementation file