eliaxyz
eliaxyz
Hi Marco, your controller is nearly perfect, but.... I get regularly strange freezes by using the controller and all views stop reacting to touch interactions. At the same time the...
Hi Marcos, just wondering, if there is a way to answer to you privately… because I would not like to publish parts of my current project to everyone. I’m going...
While creating different test-projects with race-condition, I startet with the following code, in which a freeze always occurs: class ViewController: UIViewController { var currentVC = 0 var x = 0...
There are 2 different errors possible with this test-code: 1. No view becomes visible at all 2. The ViewController freezes and doesn't react to movements anymore after starting with some...
Maybe it could be a good idea to introduce a new custom function (eg. swipeToIndex) for changing between tabs **animated**. And letting the property-change of "selectedIndex" doing the same **without...
Hey Marcos, I didn't take a deeper look at your code yet, but it's clear, that the problem is caused by a wrong timing. (When to start animation, from where...