SreelekhN
SreelekhN
@sumitjagdev func validateForTagsColor() { let cursorIndex = self.curserPosition() guard !self.text.isEmpty else { return } let string = NSMutableAttributedString(string: self.text) string.addAttribute(NSAttributedString.Key.foregroundColor, value: UIColor.white, range: NSRange(location: 0, length: string.length)) string.addAttribute(NSAttributedString.Key.font, value: UIFont.appFont(.regular,...
@psharanda any help ? Kinda urgent to know
@psharanda iam using AttributedLabel, here it have this DetectionTuner property. Which can only help in opening to some specific link. I want to detect user tap action in mention and...