AlphaWallet / AlphaWallet/alpha-wallet-ios
UIKitFactory suggestion
Offen
Low Priority
- Vorherrschende Sprache
- Swift
- Sterne
- 631
- Forks
- 384
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Suggest we use a class to build the UI elements
class UiKitFactory: NSObject {
...
func textField() -> UITextField {
let textField = UITextField()
textField.translateAutoresizingMask = false
textField.backgroundColor = R.color.dove()
...
return textField
}
...
}
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.