We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I'm using swift 3, however try to use the ActionSheetMultipleStringPicker.init(...) methods and then tell it to show()
Sorry, something went wrong.
No branches or pull requests
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
I have a problem. Xcode project display "ActionSheetMultipleStringPicker has no member 'show'"
how to solve this?
thank you.
The text was updated successfully, but these errors were encountered: