Protocols

The following protocols are available globally.

  • The delegate of a SlidingTableViewCell must adopt the SlidingTableViewCellDelegate protocol. Methods of this protocol allow the delegate to handle selections and manage the UIButton IBAction’s associated with the drawer view.

    See more

    Declaration

    Swift

    public protocol SlidingTableViewCellDelegate : AnyObject
  • Extension on UIView that allows for the easy loading of a UIView from a Nib. Simply call your UIView and provide a NSBundle, nil is acceptable

    See more

    Declaration

    Swift

    public protocol UIViewLoading