hiteshimpinge
Results
1
comments of
hiteshimpinge
@abhijitpp , Update the function as below in SkyFloatingLabelTextField class - fileprivate func updateTextAligment() { if isLTRLanguage { textAlignment = .center titleLabel.textAlignment = .center } else { textAlignment = .right...