Classes

The following classes are available globally.

Protocol-Delegate

Protocol-delegate

  • A representation of the FWForm‘s ViewModel.

    See more

    Declaration

    Swift

    final class FWFormViewModel
  • Declaration

    Swift

    final class FWDismissHeader : UITableViewHeaderFooterView
  • A representation of a Formworks UITableViewCell‘s cell.

    See more

    Declaration

    Swift

    final class FWFormSubmitTableCell : UITableViewCell
  • Property wrapper used to make it easier to instantiate a UIView or its subclasses ready for Auto layout.

    Important

    You should only use this property wrapper if you only need the object to be initialized with the following init: init(frame: .zero).
    See more

    Declaration

    Swift

    @propertyWrapper
    final class ManualLayout<View> where View : UIView