NetNewsWire/iOS/Settings
Flowinho 91247b7f16 Adding dynamic width algorithm to the titleLabel
This commit adds multiple functionalities at once:

- The background of the image title now features rounded corners with a radius of 6 - which is consistent to iOS appearace.
- The background of the image title now is enlarged to make sure the letters do not touch the borders of the view. (This was a finding during implementation).
- The background of the image title is now removed when no title is present (memory optimization / prevention of unwanted optical glitches).

The title label now resizes itself depending on the devices it’s displazed on.

- On iPhone it will take 92% percent of available screen width.
- On iPhone it will 80% of available screen width.
- This works for all device orientations.

The numbers are derived from my personal preference when implementing it.
2020-03-12 21:23:57 +01:00
..
AboutViewController.swift Update copyright year to 2020. 2020-01-18 11:53:22 -08:00
AddAccountViewController.swift Begin moving the MainThreadOperationQueue from Account to ArticlesDatabase. 2020-02-05 21:23:23 -08:00
Settings.storyboard Adding dynamic width algorithm to the titleLabel 2020-03-12 21:23:57 +01:00
SettingsAccountTableViewCell.swift
SettingsAccountTableViewCell.xib Move accounts slightly to the left on Settings. Issue #1352 2019-11-26 10:58:00 -06:00
SettingsTableViewCell.xib
SettingsViewController.swift Added missing constraints to the UISwitch elements 2020-03-12 17:56:43 +01:00
TimelineCustomizerViewController.swift Update picker for Share Extension to be hierarchical and use icons. Issue #1269 2019-11-16 19:44:01 -06:00
TimelinePreviewTableViewController.swift Remove references to Article.bannerImageURL. We can bring it back if/when we start using it. 2019-12-28 20:53:36 -08:00