Reply to CoreGraphics CGPDFPagePurgeResources pdf_crash.txt Topic: UI Frameworks SubTopic: UIKit Tags: Sep ’22
Reply to XCode13 beta,iOS15. set tableview section header to 0. not working Highmore's solution but in swift: if #available(iOS 15.0, *) { _tableView.sectionHeaderTopPadding = 0 } I put this in viewDidLoad Topic: UI Frameworks SubTopic: UIKit Tags: Oct ’21