I practicing leetcode for iOS positions and working with Swift is not that friendly for leetcode problems. This is especially true with Strings because the structure of Swift Strings is high level (e.g. you cant deal with substrings unless you convert it to character array and go on from there).
iOS engineers, how do you deal with solving leetcode in Swift?