Picker
I'm using a picker in a scrollable view with auto contentHeight and am having issues when I bring up a picker in it's own subView with some animation. I'm having problems because the picker is unselectable if the mainView is not locked to a certain height, it allows makes the whole view scroll instead of the picker values. Anyone know how to on picker focus to lock the screen size. I've tried changing the scrollable height from auto to 480 or something when picker.focus is fired but I must be missing something.