Multiple Picker Wheels with Reveal and Hide

Can a picker wheel be revealed and hidden? Can there be multiple picker wheels on a page? The goal is to calculate time between 2 chosen dates. The pictures attached show an example of an app that does this.

I would think you can have multiple picker wheels and you should be able to set the alpha to 0 to hide it (or set .isVisible to false).

Now if you’re using a tableView for the rows, we do not have a way to have expandable tableView rows. You would have to build your own rows and put them in a scrollView.

Rob

Thanks Rob! I’ll work on from the picker wheel from the visibility angle; makes sense. I want to keep the work area clean while the all of the math is happening in the background.

Enjoy!

I would think you can have multiple picker wheels and you should be able to set the alpha to 0 to hide it (or set .isVisible to false).

Now if you’re using a tableView for the rows, we do not have a way to have expandable tableView rows. You would have to build your own rows and put them in a scrollView.

Rob

Thanks Rob! I’ll work on from the picker wheel from the visibility angle; makes sense. I want to keep the work area clean while the all of the math is happening in the background.

Enjoy!