MoZhouqi / KMPlaceholderTextView

A UITextView subclass that adds support for multiline placeholder written in Swift.
MIT License
805 stars 141 forks source link

NSLocalizedString not working #26

Closed AbdullahDahmash closed 8 years ago

AbdullahDahmash commented 8 years ago

It seems that setting localization for KMPlaceholderTextView doesn't work. I tried doing it in viewDidLoad() and assigning NSLocalizedString to KMPlaceholderTextView.placeholder and it didn't

MoZhouqi commented 8 years ago

I tried it and it works. So could you give me a demo to reproduce the issue?