fjcaetano / NSStringMask

NSStringMask allows you to apply masks or formats to NSStrings using NSRegularExpression to input your format.
http://fjcaetano.github.io/NSStringMask/
MIT License
241 stars 36 forks source link

Conflicts with BlocksKit #6

Closed aleufms closed 7 years ago

aleufms commented 10 years ago

I don't know if the issue is from NSStringMask or BlocksKit (https://github.com/zwaldowski/BlocksKit), but it is entering in a infinite loop when click on a TextField with mask.

fjcaetano commented 10 years ago

Would you care to elucidate a little more? We need more information than that in order to try and fix what may be the issue. What are you trying to do? Can you paste some code here?

aleufms commented 10 years ago

There's an exemple here: https://github.com/aleufms/MaskError

aleufms commented 10 years ago

I think BlocksKit's extensions use the raw delegate from UITextField, but NSStringMask override the set method starting the mess.

fjcaetano commented 7 years ago

Closing due to inactivity.