Create GroupedTableViewCell

This commit is contained in:
ismailgulek
2020-09-21 14:06:50 +03:00
parent 7ec282fd50
commit 481228a0eb
4 changed files with 53 additions and 2 deletions
@@ -18,7 +18,7 @@ import UIKit
import Reusable
/// Table view cell with only a text field spanning the whole content view, insets can be configured via `textField.insets`
class TextFieldTableViewCell: UITableViewCell {
class TextFieldTableViewCell: GroupedTableViewCell {
@IBOutlet weak var textField: InsettedTextField!