alasmanis
alasmanis
Having the same :/
this seems to do the trick for me: `- (NSInteger) characterIndexForPoint:(CGPoint) point { // init text storage NSTextStorage *textStorage = [[NSTextStorage alloc] initWithAttributedString:self.attributedText]; NSLayoutManager *layoutManager = [[NSLayoutManager alloc] init]; [textStorage...
@rechsteiner could you please give more info on washable. e.g. in IconItem (from example), I'm using hasher like: ` func hash(into hasher: inout Hasher) { hasher.combine(index) } ` but it...