mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Create GroupedTableViewCell
This commit is contained in:
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user