Aleš Kocur

Results 5 issues of 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...

bug
help wanted

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...

api
documentation
feature-request

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,...

Template for new project with created hierarchy.

feature