Git Product home page Git Product logo

Comments (5)

MortimerGoro avatar MortimerGoro commented on June 27, 2024

I can't reproduce this issue. Can you send me a testcase?

from mgswipetablecell.

SebC99 avatar SebC99 commented on June 27, 2024

I have a similar issue, but not random:

  • tap one of the right button, which open a modal
  • cancel the modal to come back to the table view
  • tap the same button again -> crash

The only way I've found to cope with this issue is to define the buttons in prepareForReuse and not in awakeFromNib as I was doing before.

from mgswipetablecell.

nrgbodya avatar nrgbodya commented on June 27, 2024

Have the same issue.

To reproduce the bug I need to scroll the cell out of range so that -prepareForReuse is called and then open the cell and tap left button. The error is always that (buttonClicked:) selector was unrecognized but it is not always sent to NSCFType!! Most often it's being sent to UIPanGestureRecognizer, or I also saw it with UIImageView.

I was just able to make sure (buttonClicked:) selector is being assigned only to UIButtons. It seems the problem to be deeper.

I found out that if I comment out the -prepareForReuse or, as stated by @SebC99, or if I define the buttons again in -prepareForReuse, apart from -initWithStyle, this bug disappears.

from mgswipetablecell.

SebC99 avatar SebC99 commented on June 27, 2024

Another solution is to add the swipe buttons through the delegate method. And it's better in term of memory footprint

from mgswipetablecell.

MortimerGoro avatar MortimerGoro commented on June 27, 2024

Fixed ;)

from mgswipetablecell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.