You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
When viewing an album ItemTableHeaderView is being constructed with width=0, this makes the artist/album title render above the top of the view (visible in screenshot by dragging down) and the tracklist render behind the album art. It's reproducable on a real device (iPhone 5s running iOS 10.3) but not in the simulator, attaching images of both:
When viewing an album ItemTableHeaderView is being constructed with width=0, this makes the artist/album title render above the top of the view (visible in screenshot by dragging down) and the tracklist render behind the album art. It's reproducable on a real device (iPhone 5s running iOS 10.3) but not in the simulator, attaching images of both:
Debugging leads to here:
https://github.com/einsteinx2/iSub/blob/master/Classes/UI/Reusable/DraggableTableViewController.swift#L58
where
self.tableView.frame.size.width
is zero, which was as far as I was able to follow the issue.The text was updated successfully, but these errors were encountered: