GithubHelp home page GithubHelp logo

Comments (11)

g-Off avatar g-Off commented on May 1, 2024 2

I'm closing this issue as I've moved most of the items to individual issues.
The only thing I haven't brought over is

Stateless Cells (from @boourns)
and
Cell Style/View Updater related discussion:
#120 (comment)
#120 (comment)

I left these out because this seems like a discussion about HostCell and I think what you're talking about here can be done by having a different UITableViewCell subclass. The "kludges like encoding layouts as a generic parameters to the cell type" is specific to HostCell to make it more general purpose and flexible. However, you can easily create another type of cell that has specific layout associated with it, or can be adjusted however. If you're keen on this I'd suggest taking HostCell and "forking" it and trying out some experiments.

from functionaltabledata.

raulriera avatar raulriera commented on May 1, 2024 1

Now that we can just use an URL in the Playgrounds app (or I just TIL today about it), we can make this a playground book as well

Check out Create Your Own Swift Playgrounds Subscription from #WWDC18 https://developer.apple.com/wwdc18/413

from functionaltabledata.

boourns avatar boourns commented on May 1, 2024 1

Often there are stateless cells in a UI, for example a static header. Perhaps these could be first class citizens instead of having to provide a dummy state?

from functionaltabledata.

boourns avatar boourns commented on May 1, 2024 1

Different thought: could the scope of the library be much smaller by vending cells instead of views to the update closure, and getting rid of the all the cell styling structs? Then the API would only cover the things that FunctionalTableData needs to know to respond to the UITableViewDelegate methods that query information about the cell (like can it be selected, moved, etc)

I'm not advocating that would necessarily be better, maybe having the cell styles as a declarative struct leads to less bugs.. just an idea

from functionaltabledata.

robinsenior avatar robinsenior commented on May 1, 2024

I've been messing around with an alternative to CombinedCell that makes it easier to compose multiple cells. Any interest in adding it here?

from functionaltabledata.

alunbestor avatar alunbestor commented on May 1, 2024

Another +1 for DifferenceKit: it handles the case where sections are moving at the same time as cells within those sections, which will ordinarily throw a UIKit exception. FTD's differ doesn't handle this, which was causing a crash on one of our screens, requiring some hacky workarounds with keys that made the animation worse.

from functionaltabledata.

robinsenior avatar robinsenior commented on May 1, 2024

Any chance we could revisit #65 ?

from functionaltabledata.

 avatar commented on May 1, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 3 days if no further activity occurs.

from functionaltabledata.

 avatar commented on May 1, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 3 days if no further activity occurs.

from functionaltabledata.

alunbestor avatar alunbestor commented on May 1, 2024

Then the API would only cover the things that FunctionalTableData needs to know to respond to the UITableViewDelegate methods that query information about the cell (like can it be selected, moved, etc)

I haven't thought this through fully, but it smells like it'd be possible to do this and build the existing cell styling system on top of it, by providing a default implementation of the state updater that calls into other implementations on conforming state types.

Passing the cell to the updater would eliminate a major pain point we have at the moment, where the constraints of the cell itself cannot be customized by the state updater - leading to kludges like encoding layouts as a generic parameters to the cell type.

from functionaltabledata.

runmad avatar runmad commented on May 1, 2024

Add UISwipeActionsConfiguration

from functionaltabledata.

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.