ios - how i may know if UIPickerView is spinning now or not -


help me please.

how may know if uipickerview spinning or not?

in uipickerviewdelegate dont find similar methods.

thanks.

well... sorry late.

as far know, think can check if uipickerview spinning or not @ 1 of these 2 methods of uipickerviewdelegate:

– pickerview:titleforrow:forcomponent: – pickerview:viewforrow:forcomponent:reusingview: 

these methods called when uipickerview needs change views/labels shows. happens whenever spin enough make new row appear.

unfortunately, if uipickerview has few rows or if doesn't spin enough can miss movement...


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -