Commit Graph

29 Commits

Author SHA1 Message Date
Justin Spahr-Summers fd1bbba8f8 Revert TUITableViewCell changes
This reverts commit f5ade96e06, reversing changes made to 91d97d6c62.

They were causing too much breakage for us.
2012-11-12 10:33:27 -08:00
Aditya Nrusimha cfa9f1b0e7 Style changes and refactoring. 2012-10-12 15:52:33 -07:00
Aditya Nrusimha cb877b8c28 Introduce more options for customization. 2012-10-11 20:21:22 -07:00
Justin Spahr-Summers b333d798e7 Refactor code to use NSIndexPath instead of TUIFastIndexPath 2012-07-27 18:17:31 -07:00
Justin Spahr-Summers 07a59582a7 Remove TUIFastIndexPath import from TUITableView.h and TUITableViewCell.h 2012-07-23 12:12:22 -07:00
Justin Spahr-Summers fac056b03c ARC migration, baby.
Conflicts:

	TwUI.xcodeproj/project.pbxproj
2011-11-12 17:44:11 -08:00
Brian William Wolter 045732f875 Method name updates 2011-08-20 00:28:50 -04:00
Brian William Wolter b90846f2b6 - Table view drag-to-reorder does not begin until -didDrag returns TRUE 2011-08-19 20:54:27 -04:00
Brian William Wolter 92a2abfadc Various updates:
- Adding -mouseEntered:, -mouseExited: support to TUINSView so the hover view is correctly updated when the mouse leaves the TUINSView (and therefore whatever view it was previously on)
- Updating drag-to-reorder row geometry to correctly reorder when the mouse is dragged outside the table bounds
- Adding initial support for scroll view scroll indicator visibility styles
2011-08-19 20:20:18 -04:00
Brian William Wolter 420d9b7565 Table view cell z-position management updates 2011-08-17 21:05:13 -04:00
Brian William Wolter 96bf769eec Updating example project for table view fixes 2011-08-14 15:43:52 -04:00
Brian William Wolter b8e5de56f8 Reloading on drop now 2011-08-04 20:25:56 -04:00
Brian William Wolter caa7577ea3 More table drag-to-reorder fixes 2011-08-04 18:50:35 -04:00
Brian William Wolter b9a6022ae2 More table drag-to-reorder updates 2011-08-04 18:24:13 -04:00
Brian William Wolter 1b9cd92827 - Adding "continuous scrolling" support to TUIScrollView, which is used to scroll new content into view during a table drag-to-reorder operation when the cell is dragged near the top or bottom of the viewport
- Updating cell reuse to work correctly with drag-to-reorder while scrolling
- Cleaning up the TUITableView+Cell category a bit
2011-08-04 15:35:04 -04:00
Brian William Wolter 263901e667 Small adjustments 2011-08-03 19:29:03 -04:00
Brian William Wolter 79e1e443fe Cleaning up some table drag-to-reorder stuff 2011-08-03 18:55:00 -04:00
Brian William Wolter c7664170ef Yet more table drag-to-reorder updates. In pretty good shape now. 2011-08-03 18:35:34 -04:00
Brian William Wolter 6301a7f4e8 More table drag-to-reorder updates 2011-08-03 16:30:35 -04:00
Brian William Wolter 96b764f3bc Yet more table drag-to-reorder updates 2011-08-02 21:05:22 -04:00
Brian William Wolter 4abf3e5984 More table view drag-to-reorder improvements 2011-08-02 19:56:30 -04:00
Brian William Wolter bc1359b882 More table drag-to-reorder improvements 2011-08-02 18:49:32 -04:00
Brian William Wolter 35670f4ad8 More table drag-to-reorder improvements 2011-08-02 14:03:11 -04:00
Brian William Wolter a75960b19c Trying a new approach; more reliable but slower... still a work in progress. 2011-08-01 21:25:49 -04:00
Brian William Wolter 539d350abb - Adding index path enumeration methods to TUITableView
- Updating drag-to-reorder support to use the above
2011-08-01 20:36:00 -04:00
Brian William Wolter 2ea3115482 - More drag-to-reorder updates
- Fixing an issue with table header views which could cause views to get out of sync with section info
2011-08-01 18:06:35 -04:00
Brian William Wolter 2c0e12fe51 More drag-to-reorder updates 2011-08-01 17:33:55 -04:00
Brian William Wolter c874a52fd7 Table view cell drag-to-reorder updates 2011-08-01 15:09:37 -04:00
Brian William Wolter 9e1a635de0 Adding initial drag-to-reorder support to TUITableView; still needs work. 2011-08-01 14:41:59 -04:00