hydrated

Results 5 comments of hydrated

https://github.com/hydrated/SwipeRevealLayout You could try this repo.

I am implementing this feature and currently only support horizontal DRAG_EDGE. Delete some of the features in this project. If you don't mind you could try it and list the...

Hi @vinayshashtri , I already update my link in the previous comment.

I am currently modify this feature in this branch. You can try this branch if you want. I also delete the features in the original project including top|bottom swipe because...

I change the visibility code to the ``` tableView.isHidden = !isFirstResponder || (filteredResults.count == 0) shadowView?.isHidden = !isFirstResponder || (filteredResults.count == 0) ``` To avoid it for now.