Slider option is adjustRedWithSender: not adjustRed which the book and code specified?
@IBAction func adjustRed ( sender: NSSlider) {
print(" R slider’s value is ( sender.integerValue)")
}
Result is error message when executing code:
RGBWell.MainWindowController does not respond to -adjustRedWithSender:
Why is the Received action adjustRedWithSender and not adjustRed ?
Xcode version 8.0, Swift Version 3.0.
5th addition Book