Parth Tiwari
Parth Tiwari

Reputation: 885

How to create a UIPickerView selection in Swift such that the view expands to allow to add options?

I want to create a selection view like the images, so that the UIPickerView appears for selection and disappears when 'Done' is clicked.

Is it possible to create this when using storyboards?

It would be great if you could share descriptive steps to achieve the same. A link to a tutorial will also be great. enter image description here

enter image description here

Upvotes: 0

Views: 212

Answers (1)

Vatsal Raval
Vatsal Raval

Reputation: 313

Refer this link , and at the bottom there is a demo project link , see that link:

Table view cell expanding in IOS 7

Upvotes: 1

Related Questions