Hey i have a textview i need to count the string length of textview if the value is equal to 2 i need to add two ++ sign if the value is equal to 3 then i need to put one + and if 4 it should display invalid
Hey i have a textview i need to count the string length of textview
Share
This isn’t difficult, you really need to check the docs for NSString:
Example: