0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Jun 24, 2025 — Jun 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/Citrrus/SWTableViewCell into Citrrus-master More... over 12 years ago
Update documentation, add custom cell to sample project to show how it works More... over 12 years ago
Merge pull request #1 from Adrian2112/master More... over 12 years ago
fix showing right menu with an offset when there is no left menu More... over 12 years ago
hide the swipe menu when all the elements have a clear background More... over 12 years ago
Updaing podspec version More... over 12 years ago
Merge branch 'master' of github.com:CEWendel/SWTableViewCell More... over 12 years ago
Cleaning up a bit and removing unnecessary code More... over 12 years ago
Fixing up some style issues and an unused variable More... over 12 years ago
Added better, much more reliable method for grabbing the right view (instead of iterating through superviews, just pick the view attached to the gestureRecognizer.) More... over 12 years ago
Added a check in gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer: for if the tableView's scroller is scrolling up or down. This became a real problem with a long list of cells, because the sliding would get tripped while trying to scroll the cell. This way, the intent of the user is more accurately represented. More... over 12 years ago
Fix bug More... over 12 years ago
Remove version change, use instancetype as return type for custom initializer More... over 12 years ago
Make use of 'self' when accessing properties outside of the setter methods, make containingTableView externally accessible for when we need to use a custom table cell More... over 12 years ago
Move logic for setting right and left buttons from initializer method into the setters. Use properties more frequently instead of ivars. More... over 12 years ago
Sequester library files into separate directory, update pod spec to support changes More... over 12 years ago
Break apart into separate classes, move constants into global constants file More... over 12 years ago
Merge pull request #38 from harlanhaskins/master More... over 12 years ago
Fixed typos in README More... over 12 years ago
Merge pull request #37 from harlanhaskins/master More... over 12 years ago
Refactored all instances of ‘Swippable’ to ‘Swipeable’ to fix typos. More... over 12 years ago
Updating podspec version More... over 12 years ago
Fixes a scrolling issue and default cell label background colors on 6.1 fixes #29 #22 More... over 12 years ago
Removing uneccesary set scrolling enabled More... over 12 years ago
Getting rid of unnecesary method in header file More... over 12 years ago
Re-implemented selection. Fixes #28 More... over 12 years ago
New selection should be almost done. Still need to implement selection on a long press though More... over 12 years ago
Utility button selection work again More... over 12 years ago
Still need to fix some selection stuff including scrolling cell while scrolling table view and the up action on the long press More... over 12 years ago
Still a lot of work on new selection to do More... over 12 years ago