Search filters improvements

This commit is contained in:
Ilya Laktyushin
2020-09-12 19:49:15 +03:00
parent 02ca03bfb8
commit 1f955a4511
2 changed files with 14 additions and 23 deletions

View File

@@ -418,11 +418,6 @@ private class SearchBarTextField: UITextField {
return self.textRect(forBounds: bounds)
}
override func drawText(in rect: CGRect) {
super.drawText(in: rect)
print(rect.debugDescription)
}
override func layoutSubviews() {
super.layoutSubviews()