OpinionatedC icon indicating copy to clipboard operation
OpinionatedC copied to clipboard

'Select' Issue

Open suniliosdev opened this issue 9 years ago • 5 comments

Tapping on 'Select' from screen shot 2015-12-24 at 4 16 17 pm crashes

suniliosdev avatar Dec 24 '15 10:12 suniliosdev

@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 ;)

leoschweizer avatar Dec 24 '15 10:12 leoschweizer

No its not from anyother project. tapping on 'Select' crashes application here is the screenshot of error

screen shot 2015-12-28 at 12 35 55 pm

suniliosdev avatar Dec 28 '15 07:12 suniliosdev

@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.

leoschweizer avatar Dec 28 '15 10:12 leoschweizer

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

suniliosdev avatar Dec 28 '15 10:12 suniliosdev

Same here

pplant avatar Jul 24 '18 08:07 pplant