NetNewsWire/iOS/MasterTimeline
Flowinho 2ade0140bc Set proper cell height for empty article array
Contains work related to #1800

This one took me a while to figure out since they amount of articles is tied to the coordinator.

- Fixed violation of single responsibility principle inside “resetEstimatedRowHeight()” by removing the applicance of tableViewRowHeight and instead return the correctly calculated rowHeight.
- Removed prototype strings from inside the function to a static struct to be able to switch parameters for this function more easy (might be useful later / in testing). Function looks cleaner.

Greetings from southern germany!
2020-03-15 22:31:54 +01:00
..
Cell Align feedname and date correctly if there is no title or summary 2020-03-12 22:57:30 +01:00
MarkAsReadAlertController.swift Add confirmation for Mark As Read actions. Issue #1603 2020-01-11 11:30:16 -07:00
MasterTimelineDataSource.swift Remove obsolete code. 2019-11-22 15:23:21 -06:00
MasterTimelineTitleView.swift Add IconImage to encapsulate our icon processing logic 2019-11-05 18:05:57 -06:00
MasterTimelineTitleView.xib Add IconImage to encapsulate our icon processing logic 2019-11-05 18:05:57 -06:00
MasterTimelineUnreadCountView.swift Increase height of timeline unread indicator. Issue #1320 2019-11-19 18:58:18 -06:00
MasterTimelineViewController.swift Set proper cell height for empty article array 2020-03-15 22:31:54 +01:00