FlaneurNavigationBarAction
public struct FlaneurNavigationBarAction
The structure describing:
- how the associated control should look like
- what the associated controld should do when tapped
-
Returns an action.
The associated control will be a
UIButtonwith an image.Declaration
Swift
public init(faceView: FlaneurNavigationBarActionFaceView, action: @escaping (Any) -> ())Parameters
imagethe face view to be used on the
UIButtonassociated to the action.actionthe action to perform when the
UIButtonreceives a.touchUpInsideevent.
View on GitHub
FlaneurNavigationBarAction Structure Reference