bpietsch

Results 2 comments of bpietsch

In RefreshUIView.swift, replace lines 24-26 with the following guard let tableViewWrapper = target else { return } guard let tableView = tableViewWrapper.subviews.first as? UITableView else { return } There appears...