TomikeKrasnay

Results 2 comments of TomikeKrasnay

Make the textFiled class as SkyFloatingLabelTextField and add this code ``` self.textField.rightViewMode = .always let imageView = UIImageView() let image = UIImage(named: "icon") imageView.frame = CGRect(x: 0, y: 0, width:...

It looks like that fix could be this commit: https://github.com/XcodesOrg/xcodes/commit/93bce877531e4bd60f7ef7f14379360a85caae36 However, it hasn't been released yet