Skip to content

Commit

Permalink
Remove deprecated method for visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Jun 12, 2024
1 parent c455a91 commit 9ec7464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/AcknowList/AcknowListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ open class AcknowListViewController: UITableViewController {

// MARK: - View life cycle

#if !os(visionOS)
/// Prepares the receiver for service after it has been loaded from an Interface Builder archive, or nib file.
override open func awakeFromNib() {
super.awakeFromNib()
Expand All @@ -149,6 +150,7 @@ open class AcknowListViewController: UITableViewController {
configure(with: defaultAcknowList)
}
}
#endif

/// Called after the controller's view is loaded into memory.
open override func viewDidLoad() {
Expand Down

0 comments on commit 9ec7464

Please sign in to comment.