Allow the user to define a custom bar button for done and cancel#87
Allow the user to define a custom bar button for done and cancel#87skywinder merged 2 commits intoTimCinel:masterfrom
Conversation
|
Would you like to explain how your solution is different and better than #82? Perhaps identifying a use case would be beneficial. |
|
Hey Richard - the goal of this item was to allow additional control over the default cancel and done UIBarButtons. In our case, we wanted to use FontAwesome icons for the buttons, so we needed to set the font on the buttons, not just alter the text (as seen in #82). |
|
Please, remove Podspec file from pull request. |
|
Evernote was unable to submit your note for the following reason: The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered. Original message information: To prevent excessive emails, you may not receive another error reply for the next 360 minutes.
|
|
Before merge it needed to add example of new methods usage to README.md file. Thank you. |
|
Evernote was unable to submit your note for the following reason: The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered. Original message information: To prevent excessive emails, you may not receive another error reply for the next 360 minutes.
|
|
Merged in skywinder/ActionSheetPicker-3.0@6e873f7 |
|
Evernote was unable to submit your note for the following reason: The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered. Original message information: To prevent excessive emails, you may not receive another error reply for the next 360 minutes.
|

The bar button's target and action properties are weakly protected because they are overridden in the setters, but they could be changed after the fact if the user retains a handle to them.