Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Small Issues #1

Closed
mythodeia opened this issue Dec 5, 2013 · 2 comments
Closed

Small Issues #1

mythodeia opened this issue Dec 5, 2013 · 2 comments
Labels

Comments

@mythodeia
Copy link

Hello and thanks for the excellent library.
There is a small issue in the example when in the viewdidload method
you are calling a non existing method:
this:

[RFKeyboardToolbar addToolbarTo:_textView withButtons:@[exampleButton]];

should be:

[RFKeyboardToolbar addToTextView:_textView withButtons:@[exampleButton]];

also on the RFExampleToolbarButton the

[[RFToolbarButton textInput] insertText:@"Example text."];

seems to be an unknown selector

maybe what you wanted to have there is:

 [[RFToolbarButton textView] insertText:@"Example text."];

thanks
Konstantinos

@ruddfawcett
Copy link
Owner

@mythodeia thanks for the report! This must be why the cocoapod build is failing, even though it was somehow working before.

I'll update it in the morning. Thanks!

@mythodeia
Copy link
Author

no worries. thanks a lot for the lib :)

ruddfawcett pushed a commit that referenced this issue Dec 5, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants