Post

Replies

Boosts

Views

Activity

Comment on How to replace a specific character in a string inside a UITextField?
Here is what happened if place prints before check for how much math symbols completeString has: https://share.cleanshot.com/r74s3g and screenshot: https://share.cleanshot.com/5bmETE You can see string can have 2 math symbols, but appear only one because I have a block with if amountOfSymbols > 1 { return false } So I need somehow to change that previous math symbol which user see, on the recent one user typed and assign it to textField...
Jul ’22