FontEditorDelegate
public protocol FontEditorDelegate : NSObjectProtocol
Protocol for the SoundFontDetailController delegate instance.
-
Notification when the FontEditor is dismissed and editing of a particular SoundFont instance is over.
Declaration
Swift
func dismissed(reason: FontEditorDismissedReason)Parameters
reasonthe reason for the dismissal
View on GitHub
FontEditorDelegate Protocol Reference