FavoriteEditor
final public class FavoriteEditor : UIViewController
extension FavoriteEditor: UITextFieldDelegate
extension FavoriteEditor: UITextViewDelegate
extension FavoriteEditor: UIPopoverPresentationControllerDelegate,
UIAdaptivePresentationControllerDelegate
Provides an editing facility for presets and favorites instances.
-
Undocumented
See moreDeclaration
Swift
public struct State -
Undocumented
See moreDeclaration
Swift
public enum Config -
Undocumented
See moreDeclaration
Swift
public enum Response -
Undocumented
Declaration
Swift
weak var delegate: FavoriteEditorDelegate? -
Undocumented
Declaration
Swift
func configure(_ config: Config) -
Undocumented
Declaration
Swift
override public func viewDidLoad() -
Undocumented
Declaration
Swift
override public func viewWillAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
override public func viewDidDisappear(_ animated: Bool)
-
Undocumented
Declaration
Swift
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool -
Configure name field so that pressing RETURN will exit the editor.
Declaration
Swift
public func textFieldShouldReturn(_ textField: UITextField) -> BoolParameters
textFieldthe name UITextField to work with
Return Value
false
-
Undocumented
Declaration
Swift
public func textFieldShouldEndEditing(_ textField: UITextField) -> Bool -
Undocumented
Declaration
Swift
public func textViewShouldBeginEditing(_ textView: UITextView) -> Bool -
Undocumented
Declaration
Swift
public func textViewShouldEndEditing(_ textView: UITextView) -> Bool
-
Undocumented
Declaration
Swift
@IBAction func pitchBendStep(_ sender: UIStepper) -
Undocumented
Declaration
Swift
@IBAction func resetPitchBend(_ sender: UIButton) -
Undocumented
Declaration
Swift
public func presentationControllerDidDismiss(_ presentationController: UIPresentationController) -
Treat touches outside of the popover as a signal to dismiss via Done button
Declaration
Swift
public func popoverPresentationControllerDidDismissPopover( _ popoverPresentationController: UIPopoverPresentationController )Parameters
popoverPresentationControllerthe controller being monitored
View on GitHub
FavoriteEditor Class Reference