DetailController
public protocol DetailController : ContentController
Represents a type for providing data and handling actions for a DetailViewController
.
-
Called when the action button of the
DetailViewController
is pressed.Declaration
Swift
func actionButtonPressed(_ actionButton: UIButton)
-
Use to provide common data for
DetailViewController
.Declaration
Swift
var detailProvider: DetailPresentable? { get }