mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
UI: Change UI elements to SideStore branding
Signed-off-by: Stern <stern@sidestore.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user