FWTextComponentView
final class FWTextComponentView : UITableViewCell, FWComponentCell
extension FWTextComponentView: FWTextComponentViewModelDelegate
                Visual representation for the multiline component. Subclasses UITableViewCell.
- 
                  
                  
Component class cell identifier.
Declaration
Swift
static var identifier: String { get } 
- 
                  
                  
Declaration
Swift
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) 
- 
                  
                  
Declaration
Swift
func configure(with viewModel: FWComponentViewModel) 
- 
                  
                  
Updates the cell checkmark symbol
Declaration
Swift
func update() 
            View on GitHub
          
      FWTextComponentView Class Reference