Git Product home page Git Product logo

Comments (7)

dscoleman avatar dscoleman commented on June 18, 2024

I believe I am seeing this exact issue with my code. Do you have any suggestions or examples for how I can manage the archiving mechanism on my custom cell subviews?

from between-kit.

SteveFortune avatar SteveFortune commented on June 18, 2024

In my app, this issue manifested itself in custom dragging cells not having the correct backgroundColor. You need to make your custom table/collection cells archiveable with initWithCoder. I have a solid example of how to do this, so I'll push it up when I get a chance.

from between-kit.

dscoleman avatar dscoleman commented on June 18, 2024

Excellent. Thanks for the info and thanks in advance for example.

from between-kit.

SteveFortune avatar SteveFortune commented on June 18, 2024

No worries. Off the top of my head, I think I used the NSCoder passed to initWithCoder to inflate custom properties into the custom table cell subviews then overrode UIView decode* methods to encode the properties. Again, will confirm when I get a chance.

from between-kit.

SteveFortune avatar SteveFortune commented on June 18, 2024

@dscoleman Finally got round to adding the example, you can find it in the Example dir.

from between-kit.

SteveFortune avatar SteveFortune commented on June 18, 2024

See my comments on #29

from between-kit.

SteveFortune avatar SteveFortune commented on June 18, 2024

Fixed for v2.

from between-kit.

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.