Same for me, I'm still waiting. Can't test my app on my iPhone which uses 14.4, because there's no download yet.
Post
Replies
Boosts
Views
Activity
Yeah I know. I solved it on my own, thank you.
I built an example app, link is in a few posts below. Maybe this helps. :S
Any idea maybe?
I built an example app, maybe this helps a bit more:http://img.mickedplay.de/apple-demoapp-splitview.zip
What do you exactly mean? I do not understand.
Unfortunately, "reloadTableData" won't call if I search...# EDIT: Got it to work, missed a method call...Thanks for your help, I really appreciate that!
Oh well, that worked, thank you very much.But for an unknown reason, searching doesn't work anymore. Filtering the array works fine, but methods are not called and if I'm trying to scroll down the table view, my app crashed with "Index out of range" on line 296.As I said, filteredCustomerSections is filtered correctly, but I think this happens because it won't call the methods like:override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
Unfortunately, it's not working for me using iOS 13.4.The completion closure works fine, but it does not show any alert, just a black screen.Any other ideas?