Aleš Kocur
Aleš Kocur
When user enters slideshow in portrait mode and inside slideshow rotates device to landscape and then dismisses it, the animation zooms out to the "portrait" frame. Expected: The zoom out...
On iOS 16 the view transforms automatically so there's no need to manually transform it.
### Is your feature request related to a problem? Please describe. When it comes to mutating data, there's a very little documentation about how to do it. Actually just one...
You calculate cell height with the separator so if there isn't one, it breaks the constraints. ``` func calculateHeightForConfiguredSizingCell(cell: MYTableViewCell) -> CGFloat { cell.bounds = CGRectMake(0, 0, tableView?.bounds.width ?? UIScreen.mainScreen().bounds.width,...