Closed saiful2396 closed 1 year ago
Hello Saiful, this repository accepts issues with the Swift compiler or Standard Library. Please use a more dedicated space such as StackOverflow or the Apple developer forums for questions about using closed-source Apple frameworks.
I have an array of countries lists that I show in my table view now I want to select those countries in which the first letter is A/B/C... etc. when I select those rows containing the first letter "A" then I don't want to select other countries which first letter contains B/C/D... etc. the problem is when I select those countries which first letter contain "A" selected fine but others rows are also auto-select that I don't want. here is my code please check it and help me thanks in advance.
output image which i select
second image auto select
3rd image for validation