mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Create GroupedTableViewCell
This commit is contained in:
@@ -18,7 +18,7 @@ import UIKit
|
||||
import Reusable
|
||||
|
||||
/// Table view cell with only a text view spanning the whole content view, insets can be configured via `textView.textContainerInset`
|
||||
class TextViewTableViewCell: UITableViewCell {
|
||||
class TextViewTableViewCell: GroupedTableViewCell {
|
||||
|
||||
@IBOutlet weak var textView: PlaceholderedTextView!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user