devxoul / UITextView-Placeholder

A missing placeholder for UITextView
MIT License
1.48k stars 259 forks source link

'UITextView+Placeholder/UITextView+Placeholder.h' file not found #43

Closed Shahbaz-Akram closed 6 years ago

Shahbaz-Akram commented 6 years ago

i install pod 'UITextView+Placeholder', '~> 1.2' but error receive how to handle this

devxoul commented 6 years ago

Try:

@import UITextView_Placeholder;
/* or */
#import <UITextView_Placeholder/UITextView+Placeholder.h>
Shahbaz-Akram commented 6 years ago

Thanks its working fine now