NetNewsWire/iOS/MasterTimeline/Cell
Jim Correia 061872b7ff Simplified/corrected highlighted/selected appearance of feed and timeline cells.
- Set the highlighted text color on labels in table cells. This will be used
  for both the highlight and selected states automatically. (And since it is
  used for both states, we avoid anachronistic state where we have black
  text on a dark blue background in light mode as we transition from none ->
  highlighted -> selected.)

- Keep the selected/highlighted overrides to adjust colors for non-UIControl
  subelements.
2019-09-02 22:39:01 -07:00
..
MasterTimelineAccessibilityCellLayout.swift Add accessibility layout to timeline 2019-04-29 17:19:08 -05:00
MasterTimelineCellData.swift Made number of lines in timeline configurable. 2019-04-29 15:29:00 -05:00
MasterTimelineCellLayout.swift Implement NetNewsWire Blue for cell selection and tint. Issue #691 & #692 2019-06-18 18:31:37 -05:00
MasterTimelineDefaultCellLayout.swift Update timeline to use new semantic colors (darkmode support) 2019-06-18 17:47:13 -05:00
MasterTimelineTableViewCell.swift Simplified/corrected highlighted/selected appearance of feed and timeline cells. 2019-09-02 22:39:01 -07:00
MasterUnreadIndicatorView.swift Simplified/corrected highlighted/selected appearance of feed and timeline cells. 2019-09-02 22:39:01 -07:00
MultilineUILabelSizer.swift implement dynamic type for master feed list 2019-04-28 10:31:35 -05:00
SingleLineUILabelSizer.swift