OpinionatedC
OpinionatedC copied to clipboard
'Select' Issue
Tapping on 'Select' from
crashes
@SunilSpaceo I think you might have reported this issue in the wrong project? At least I can't see how this is related to OpinionatedC ;)
No its not from anyother project. tapping on 'Select' crashes application here is the screenshot of error
@SunilSpaceo well I still can't help you given the information you provided. It would be important to know how select:
is called and what is passed as selectBlock
. Most likely this is a selector collision on select:
because it is also used in the UIResponderStandardEditActions
of UIMenuController
. So one possible workaround could be to not return YES
for select:
in canPerformAction:withSender:
and add a custom UIMenuItem
with a different selector instead. But that is just a guess. Otherwise you have to remove OpinionatedC from your project until #1 is implemented.
Thanks for your quick reply I am already managing that crash I just report issue because I want to mark your attention on it so you can improve this great library Thanks
On Mon, Dec 28, 2015 at 3:40 PM, Leo Schweizer [email protected] wrote:
Reopened #3 https://github.com/leoschweizer/OpinionatedC/issues/3.
— Reply to this email directly or view it on GitHub https://github.com/leoschweizer/OpinionatedC/issues/3#event-501229829.
Thanks, Sunil M Vaishnav
Same here