folding-cell icon indicating copy to clipboard operation
folding-cell copied to clipboard

:octocat: 📃 FoldingCell is an expanding content cell with animation made by @Ramotion

Results 13 folding-cell issues
Sort by recently updated
recently updated
newest added

### Summary 1. Fixed scroll-to-bottom condition so that both sides are relative y-coordinates. `cell.frame.maxY > tableView.frame.maxY` should be `cell.frame.maxY > tableView.frame.maxY + tableView.contentOffset.y` 2. Enabled scrolling to the top of...

I tried to upgrade an old version that I used the selectedAnimation() method but the new version has no such method while the docs still suggest using it.

I've been wanting to use this library for ages but I haven't found anything on how to integrate it into swiftui. If theres any way, help would be much appreciated

@0ber @RamotionDev @Juriv @igork-ramotion **#Urgent #important** I tried many way to set dynamic height on run time but not able to set it. if I remove fix height and set...

enhancement

Hi, Thanks for the amazing library you made! I use the demo app from folding cell, but I found that if the user turns on the dark mode, the folding...

enhancement

Hi guys, we have some problems make folding-cell working in a Swift 5 project using Swift UI. Is there any incompatibility with Swift UI? Does someone succeed in implementing this...

Hey I noticed some old guide and error messages left inside the code when I was trying some demo codes. So, I prepared this PR. Let me know if that's...

Hey there! Love the work! Noticed some unusual memory behavior. ![screen shot 2016-06-22 at 10 19 52 am](https://cloud.githubusercontent.com/assets/13260808/16270142/429f8466-3863-11e6-8d32-eb4452321ded.png) The memory usage increases by a lot every time I tap to...

This adds support for SwiftPM manifest based dependency managers. Specifically this adds support for installing via [Accio](https://github.com/JamitLabs/Accio) but will probably also work with SwiftPM once it's integrated into Xcode.