asafkorem / COSTouchVisualizer

Visualize touches, gestures and long presses on your iPhone or iPad
https://www.conopsys.com/COSTouchVisualizer/
MIT License
960 stars 70 forks source link

Including UIKit back to fix compilation errors #19

Closed rodrigoelp closed 9 years ago

rodrigoelp commented 9 years ago

This addresses a compilation error for those using COSTouchVisualizer on a swift project.

Description of the problem: If the pod is included on an objective C project, UIKit is included on the headers without issues. But when the consumer project is written on swift UIKit is not available on the global header causing COSTouchVisualizerWindow to not build as it can't find Foundation or UIKit.