forked from organicmaps/organicmaps
ios: adding skipped files
This commit is contained in:
parent
e62d6ef2d0
commit
0b5a4bf665
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
import UIKit
|
||||
import CountryPickerView
|
||||
|
||||
func getCountryPickerView() -> CountryPickerView {
|
||||
let cpv = CountryPickerView()
|
||||
cpv.translatesAutoresizingMaskIntoConstraints = false
|
||||
cpv.textColor = .white
|
||||
cpv.showCountryNameInView = true
|
||||
cpv.showPhoneCodeInView = false
|
||||
cpv.showCountryCodeInView = false
|
||||
return cpv
|
||||
}
|
Loading…
Add table
Reference in a new issue