0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Jan 13, 2025 — Jan 13, 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... about 12 years ago
Update documentation, add custom cell to sample project to show how it works More... about 12 years ago
Merge pull request #1 from Adrian2112/master More... about 12 years ago
fix showing right menu with an offset when there is no left menu More... about 12 years ago
hide the swipe menu when all the elements have a clear background More... about 12 years ago
Updaing podspec version More... about 12 years ago
Merge branch 'master' of github.com:CEWendel/SWTableViewCell More... about 12 years ago
Cleaning up a bit and removing unnecessary code More... about 12 years ago
Fixing up some style issues and an unused variable More... about 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... about 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... about 12 years ago
Fix bug More... about 12 years ago
Remove version change, use instancetype as return type for custom initializer More... about 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... about 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... about 12 years ago
Sequester library files into separate directory, update pod spec to support changes More... about 12 years ago
Break apart into separate classes, move constants into global constants file More... about 12 years ago
Merge pull request #38 from harlanhaskins/master More... about 12 years ago
Fixed typos in README More... about 12 years ago
Merge pull request #37 from harlanhaskins/master More... about 12 years ago
Refactored all instances of ‘Swippable’ to ‘Swipeable’ to fix typos. More... about 12 years ago
Updating podspec version More... about 12 years ago
Fixes a scrolling issue and default cell label background colors on 6.1 fixes #29 #22 More... about 12 years ago
Removing uneccesary set scrolling enabled More... about 12 years ago
Getting rid of unnecesary method in header file More... about 12 years ago
Re-implemented selection. Fixes #28 More... about 12 years ago
New selection should be almost done. Still need to implement selection on a long press though More... about 12 years ago
Utility button selection work again More... about 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... about 12 years ago
Still a lot of work on new selection to do More... about 12 years ago