TuningComponent
@objc
public final class TuningComponent : NSObject
extension TuningComponent: UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
@objc dynamic public private(set) var tuning: Float { get } -
Undocumented
Declaration
Swift
public var viewToKeepVisible: UIView? { get set } -
init(tuning:view: scrollView: tuningEnabledSwitch: standardTuningButton: scientificTuningButton: tuningCents: tuningFrequency: ) Undocumented
Declaration
Swift
public init( tuning: Float, view: UIView, scrollView: UIScrollView, tuningEnabledSwitch: UISwitch, standardTuningButton: UIButton, scientificTuningButton: UIButton, tuningCents: UITextField, tuningFrequency: UITextField ) -
Undocumented
Declaration
Swift
public func updateState(enabled: Bool, cents: Float) -
Undocumented
Declaration
Swift
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool -
Undocumented
Declaration
Swift
public func textFieldShouldReturn(_ textField: UITextField) -> Bool -
Undocumented
Declaration
Swift
public func textFieldDidBeginEditing(_ textField: UITextField) -
Undocumented
Declaration
Swift
public func textField( _ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String ) -> Bool -
Undocumented
Declaration
Swift
public func textFieldDidEndEditing(_ textField: UITextField)
View on GitHub
TuningComponent Class Reference