Adds AddSourceViewController to add sources by URL or from list of recommended sources

This commit is contained in:
Riley Testut
2023-10-18 18:56:40 -05:00
parent d85905ba61
commit 0659d83afb
13 changed files with 1096 additions and 23 deletions

View File

@@ -66,6 +66,8 @@ class PillButton: UIButton
var style: Style = .pill {
didSet {
guard self.style != oldValue else { return }
if self.style == .custom
{
// Reset insets for custom style.