UIViewController with ContainerView and UIView

35 views Asked by At

I am very new to iOS Programming. I am trying to develop a simple application where I have a difficulty to add pickerview to label action in TableViewController with static cells. So I am trying to use a UIViewController which has container view and UIView and container view contains TableViewController with different labels in cells and when touch on any label I want to show UIPickerView on UIView will that be possible? If so, how to acheive it? enter image description here

0

There are 0 answers