UI: Change more UI/UX reflect SideStore branding.

Signed-off-by: Stern <stern@sidestore.io>
This commit is contained in:
Stern
2024-12-14 18:23:33 -05:00
committed by Magesh K
parent b7b5f50e69
commit 7dc37d82e3
13 changed files with 57 additions and 129 deletions

View File

@@ -64,7 +64,7 @@ final class SourcesViewController: UICollectionViewController
self.placeholderView = RSTPlaceholderView(frame: .zero)
self.placeholderView.translatesAutoresizingMaskIntoConstraints = false
self.placeholderView.textLabel.text = NSLocalizedString("Add More Sources!", comment: "")
self.placeholderView.detailTextLabel.text = NSLocalizedString("Sources determine what apps are available in AltStore. The more sources you add, the better your AltStore experience will be.\n\nDont know where to start? Try adding one of our Recommended Sources!", comment: "")
self.placeholderView.detailTextLabel.text = NSLocalizedString("Sources determine what apps are available in SideStore. The more sources you add, the better your SideStore experience will be.\n\nDont know where to start? Try adding one of our Recommended Sources!", comment: "")
self.placeholderView.detailTextLabel.textAlignment = .natural
backgroundView.addSubview(self.placeholderView)