Posts

Post marked as solved
2 Replies
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 not yet marked as solved
2 Replies
Yeah I know. I solved it on my own, thank you.
Post not yet marked as solved
10 Replies
I built an example app, link is in a few posts below. Maybe this helps. :S
Post not yet marked as solved
10 Replies
Any idea maybe?
Post not yet marked as solved
10 Replies
I built an example app, maybe this helps a bit more:http://img.mickedplay.de/apple-demoapp-splitview.zip
Post not yet marked as solved
10 Replies
What do you exactly mean? I do not understand.
Post not yet marked as solved
4 Replies
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!
Post not yet marked as solved
4 Replies
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 {
Post not yet marked as solved
15 Replies
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?