rushisangani / RSSelectionMenu

An elegant selection list or dropdown menu for iOS with single or multiple selections.
MIT License
351 stars 91 forks source link

cannot change the cancell and submit text #3

Closed Amirnajafi closed 7 years ago

Amirnajafi commented 7 years ago

i want to user your library in my language and i should change the text button

rushisangani commented 7 years ago

This issue has been fixed in version 2.0.6 Update your pod to latest cocoa pod version.

You can now set titles as below.

selectionMenu.rightBarButtonTitle = "Submit" selectionMenu.letBarButtonTitle = "Close"