Skip to content

Commit

Permalink
[Del] 사용하지 않는 함수 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
YoonAh-dev committed Dec 22, 2021
1 parent d180881 commit 23d6ef9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CDSKit/Source/TextField/CDSTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,5 @@ extension UITextField {
self.leftView = paddingView
self.leftViewMode = .always
}

func setRightPaddingPoints(_ amount:CGFloat){
let paddingView = UIView(frame: CGRect(x: 0, y: 0, width: amount, height: self.frame.size.height))
self.rightView = paddingView
self.rightViewMode = .always
}
}
#endif

0 comments on commit 23d6ef9

Please sign in to comment.