Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionSheetMultipleStringPicker has no member 'show' #325

Open
ElaneirzGard opened this issue Jan 26, 2017 · 1 comment
Open

ActionSheetMultipleStringPicker has no member 'show' #325

ElaneirzGard opened this issue Jan 26, 2017 · 1 comment

Comments

@ElaneirzGard
Copy link

I use swift2.2 and I import ActionSheetPicker_3_0
I use

` ActionSheetMultipleStringPicker.show(withTitle: "Multiple String Picker", rows: [
["One", "Two", "A lot"],
["Many", "Many more", "Infinite"]
], initialSelection: [2, 2], doneBlock: {
picker, indexes, values in

            print("values = \(values)")
            print("indexes = \(indexes)")
            print("picker = \(picker)")
            return
        }, cancel: { ActionMultipleStringCancelBlock in return }, origin: sender)`

I have a problem. Xcode project display "ActionSheetMultipleStringPicker has no member 'show'"
how to solve this?

thank you.

@ericjsalazar
Copy link

I'm using swift 3, however try to use the ActionSheetMultipleStringPicker.init(...) methods and then tell it to show()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants