gklka / GKActionSheetPicker

An easy-to-use controller for presenting UIPickerView in overlay view
MIT License
25 stars 9 forks source link

Title #1

Closed gklka closed 7 years ago

gklka commented 8 years ago

Add a title between the buttons

gklka commented 7 years ago

Title is implemented in version 0.3

osmer commented 7 years ago

Set title doesn't work on Swift 3.0. I could not assign the title. I added tag 0.3 into my pods.

gklka commented 7 years ago

How do you set it?

osmer commented 7 years ago

pod 'GKActionSheetPicker', :git => 'https://github.com/gklka/GKActionSheetPicker', :tag => '0.3'

I tried with too:

pod 'GKActionSheetPicker'

gklka commented 7 years ago

I mean how do you try to set the title?