An open API service indexing awesome lists of open source software.

https://github.com/htr3n/simplepicker

Simple demo of UIPickerView
https://github.com/htr3n/simplepicker

pickerview swift4 uipickerview xcode

Last synced: 9 months ago
JSON representation

Simple demo of UIPickerView

Awesome Lists containing this project

README

          

[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://github.com/htr3n/SimplePicker/blob/master/LICENSE) ![GitHub forks](https://img.shields.io/github/forks/htr3n/SimplePicker.svg) ![GitHub issues](https://img.shields.io/github/issues/htr3n/SimplePicker.svg) ![GitHub issues closed](https://img.shields.io/github/issues-closed/htr3n/SimplePicker.svg)

# Simple Picker View in Swift 4 and Xcode 10

This project demonstrates a simple usage of [UIPickerView](https://developer.apple.com/documentation/uikit/uipickerview) with one-dimensional data source.

![Simple Picker View](pickerview.png)