Create GroupedTableViewCell

This commit is contained in:
ismailgulek
2020-09-21 14:06:50 +03:00
parent b0d3d7bd0e
commit bd2d388b51
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!