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