UI: Change UI elements to SideStore branding

Signed-off-by: Stern <stern@sidestore.io>
This commit is contained in:
Stern
2024-12-11 15:20:10 -05:00
committed by Magesh K
parent 6650d3b73f
commit 5a369574cc
5 changed files with 119 additions and 92 deletions

View File

@@ -19,7 +19,7 @@ class AddSourceTextFieldCell: UICollectionViewCell
{
self.textField = UITextField(frame: frame)
self.textField.translatesAutoresizingMaskIntoConstraints = false
self.textField.placeholder = "apps.altstore.io"
self.textField.placeholder = "apps.sidestore.io"
self.textField.textContentType = .URL
self.textField.keyboardType = .URL
self.textField.returnKeyType = .done