Vojta Stavik
Vojta Stavik
I was thinking about this a lot. In fact, this is not an overriding, because there isn't a default implementation of `awakeFromNib()` in UIKit. So using it in the extension...
I agree that this solution isn't the safest one possible. Unfortunately, I couldn't find any other way how to make this work. I'm open to any suggestions or pull requests.
The fix for this should be quite straightforward. Currently, `self.text` returns the text without formatting. https://github.com/VojtaStavik/VSTextField/blob/cb60abb95e59054e540428a956e0668a9f15a02a/VSTextField/VSTextField/VSTextField.swift#L132 You need to add a function that will return the value of `super.text`. Feel...
Thank you for the bug report. Could please provide more context on how the value is actually set?
Thank you for the perfect bug report 👍
Hmm, I tested it again and everything looks OK. Could you please provide example project where this can be replicated?
What is the formatting pattern you use? I tested with the example app and deletion seems to be working fine. Could you please also provide example project where this can...