ActionSheetPicker replacement for ios 8
Asked Answered
M

2

11

In iOS 7 have been using ActionSheetPicker to let the user to select a choice and it has been working great until I installed Xcode beta 2 and ran my project in iOS 8. Is there a way to do this in iOS 8?

Screenshots: https://i.sstatic.net/oLDco.jpg

Thanks for your help in advance.

Mary answered 18/6, 2014 at 23:43 Comment(3)
I was wondering the same thing. I asked a legitimate questions which looks like will not get answered. I did a little more research and it will just be easier to create a picker view and hide/show as needed.Ulceration
check out this question and answer: #24330652Unheard
@Gabriel.Massana, why the upvote?Esotropia
D
9

There is a fork ActionSheetPicker-3.0 which has been updated to work for iOS 8.

Durgy answered 9/9, 2014 at 0:2 Comment(1)
Welcome. Feel free to open an issue if you still need help. it supports ios 13 as wellLicht
M
0

I was facing the same issue and couldn't find a solution.

I ended up using a UIViewController instead of UIActionSheet. I added the UIPickerView as a subView to the viewController's view and presented in modally.

Mozellemozes answered 26/8, 2014 at 15:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.