UITextView-PinchZoom
UITextView-PinchZoom copied to clipboard
Missing .m file after pod install
I added "pod 'UITextView+PinchZoom'" into Podfile , and after I executed "pod install", only have .h file in pods. UITextView-PinchZoom.m is missing.
Same issue for me. Kind of pointless to have it in a CocoaPod form if it doesn't even work. :) The code itself seems to work fine, though, after I just copy-pasted it into my project.