Post

Replies

Boosts

Views

Activity

Reply to UITableViewAlertForLayoutOutsideViewHierarchy
Hello, Worked for me:   override func viewDidAppear(_ animated: Bool) {         super.viewDidAppear(animated)             tableView.reloadData()     }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Make call when app is in background
Would it be possible to make a call by using Actions inside notification (while in the background), with CallKit?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22