alexrestrepo / KZColorPicker

An HSV Wheel Color Picker for iOS
BSD 2-Clause "Simplified" License
90 stars 40 forks source link

Move IS_IPAD out of the .pch file #2

Closed csteynberg closed 11 years ago

csteynberg commented 11 years ago

Moved IS_IPAD from the .pch file to KZColorPicker so that the control can be used in other projects. I ran into an issue while trying to use the control with CocoaPods

jdcrunchman commented 11 years ago

Move this IS_IPAD from .pch file to WHERE? What do I move? Just the declaration, a whole file? And where do I move it to?

John

alexrestrepo commented 11 years ago

Just move it somewhere in your project where it can be accessed. it can be your own .pch file.