I have a view with a list and a label.
I just placed a time picker inside the ViewCell of the corresponding list.
I want to know how can i get the selected time of the time picker into the corresponding label present in the view. !
How can i do it ?
How can i update the label inside the View
with respect to the time picker present in the ViewCell
?