[Solved] How to update NSImageView using NSSlider?
First of all be aware that any move of the slider performs a new segue. To avoid that declare a boolean property which is set when the segue is performed the first time and could be reset after the second view controller has been dismissed. To update the value in the second view controller keep … Read more