de en es fr nl pl pt sv zh

attributedstring

New attributed strings

5sw.de

Finally we are going to get attributed strings as a native Swift value type. So lets see how we can update the example of my last article about attributed strings: let string = "Name (whatever)" var attributed = AttributedString(string) let nameEnd = attributed.range(of: " (")?.lowerBound ??...