NotificationSettingsViewController
class NotificationSettingsViewController : UIViewController
extension NotificationSettingsViewController: UITableViewDataSource, UITableViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet var illustrationImageView: UIImageView! -
Undocumented
Declaration
Swift
@IBOutlet var titleLabel: ENALabel! -
Undocumented
Declaration
Swift
@IBOutlet var infoView: UIView! -
Undocumented
Declaration
Swift
@IBOutlet var infoViewTitleLabel: ENALabel! -
Undocumented
Declaration
Swift
@IBOutlet var infoViewImage: UIImageView! -
Undocumented
Declaration
Swift
@IBOutlet var infoViewDescriptionLabel: ENALabel! -
Undocumented
Declaration
Swift
@IBOutlet var infoViewButton: ENAButton! -
Undocumented
Declaration
Swift
@IBOutlet var tableView: UITableView! -
Undocumented
Declaration
Swift
@IBOutlet var tableViewHeightConstraint: NSLayoutConstraint! -
Undocumented
Declaration
Swift
let store: Store -
Undocumented
Declaration
Swift
var viewModel: NotificationSettingsViewModel -
Undocumented
Declaration
Swift
init?(coder: NSCoder, store: Store) -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
override func viewDidLayoutSubviews() -
Undocumented
Declaration
Swift
@IBAction func openSettings(_ sender: Any) -
Undocumented
Declaration
Swift
func numberOfSections(in _: UITableView) -> Int -
Undocumented
Declaration
Swift
func tableView(_: UITableView, numberOfRowsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat -
Undocumented
Declaration
Swift
func tableView(_: UITableView, titleForHeaderInSection section: Int) -> String? -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat -
Undocumented
Declaration
Swift
func tableView(_: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat