Post

Replies

Boosts

Views

Activity

Comment on iOS 15 Gap between navigation bar and table view
Not true, I have a group table view in iOS 15.2 and it is affected, possibly because I have custom section headers. tableView.tableHeaderView = .init(frame: .init(x: 0, y: 0, width: 0, height: CGFloat.leastNonzeroMagnitude)) solves it per https://medium.com/@GalvinLi/fix-the-table-header-gap-in-ios-15-197debb92608
Topic: UI Frameworks SubTopic: UIKit Tags:
Jan ’22
Comment on On App Store Connect all apps show "Sorry, something went wrong. Try your request again. If the problem continues, contact us."
I second that, its been happening too often for too long. The delivery of the app can take over a day for our apps sometimes leading to negative customer feedback that is affecting reputation of a growing business. Apple fix this!
Replies
Boosts
Views
Activity
Jul ’24
Comment on Xcode UI test - UI Testing Failure - Failed to scroll to visible (by AX action) when tap on Search field "Cancel' button
Still facing this with 13.2.1
Replies
Boosts
Views
Activity
Jun ’22
Comment on iOS 15 Gap between navigation bar and table view
Not true, I have a group table view in iOS 15.2 and it is affected, possibly because I have custom section headers. tableView.tableHeaderView = .init(frame: .init(x: 0, y: 0, width: 0, height: CGFloat.leastNonzeroMagnitude)) solves it per https://medium.com/@GalvinLi/fix-the-table-header-gap-in-ios-15-197debb92608
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Unable to authenticate with App Store connect
Thank you!
Replies
Boosts
Views
Activity
Sep ’21