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
AddAccountViewController.swift
Settings.storyboard Adding dynamic width algorithm to the titleLabel 2020-03-12 21:23:57 +01:00
SettingsAccountTableViewCell.swift
SettingsAccountTableViewCell.xib
SettingsTableViewCell.xib
SettingsViewController.swift Added missing constraints to the UISwitch elements 2020-03-12 17:56:43 +01:00
TimelineCustomizerViewController.swift
TimelinePreviewTableViewController.swift