OnboardingInfoViewController
final class OnboardingInfoViewController : UIViewController
extension OnboardingInfoViewController: UITextViewDelegate
extension OnboardingInfoViewController: NavigationBarOpacityDelegate
extension OnboardingInfoViewController: RequiresAppDependencies
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet var scrollView: UIScrollView!
-
Undocumented
Declaration
Swift
@IBOutlet var stackView: UIStackView!
-
Undocumented
Declaration
Swift
init?( coder: NSCoder, pageType: OnboardingPageType, exposureManager: ExposureManager, store: Store, client: Client, supportedCountries: [Country]? = nil )
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidLayoutSubviews()
-
Undocumented
Declaration
Swift
func addPanel( title: String, body: String, textColor: ENAColor = .textPrimary1, bgColor: ENAColor = .separator, titleStyle: ENALabel.Style = .headline, bodyStyle: ENALabel.Style = .subheadline, insets: UIEdgeInsets = UIEdgeInsets(top: 16, left: 16, bottom: 16, right: 16), itemSpacing: CGFloat = 10 )
-
Undocumented
Declaration
Swift
func createCountrySection( title: String, countries: [Country] ) -> UIView
-
Undocumented
Declaration
Swift
func addCountrySection( title: String, countries: [Country] )
-
Undocumented
Declaration
Swift
func textView(_ textView: UITextView, shouldInteractWith url: URL, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool
-
Undocumented
Declaration
Swift
var preferredNavigationBarOpacity: CGFloat { get }