Hello, in UIPickerView there is this delegate UIPickerViewDelegate which catches changes in a component for the selected row. How can i recognice "smaller" changes? For example getting the current frame-values of a subview in a scroller-component (coordinates of the view) -updating very often. Is there a way to catch an animation key or something?
Thank you