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 view spanning the whole content view, insets can be configured via `textView.textContainerInset`
class TextViewTableViewCell: UITableViewCell {
class TextViewTableViewCell: GroupedTableViewCell {
@IBOutlet weak var textView: PlaceholderedTextView!