Zoltan Varadi

Results 8 comments of Zoltan Varadi

1) Start date is 2019.03.01 and end date is 2019.07.31 2) It's in a ViewController which is the root of a NavigationViewController. That NavigationViewController is in a TabBarController. Not too...

The current version of the sample project is requiring Xcode 11, so I can't run it. Can you please check without animating the segue that happens after tapping the "Calendar...

In the demo app, I can't reproduce the issue. Unfortunately, I can't provide the code I'm using. In my code, I am able to mitigate the effect if I make...

Not really, I also made sure of I wouldn't do any heavy lifting there. Even after I commented out everything from the cell initializing code, the jumping still happened. What...

I just did that, but it didn't help. Luckily. I would have been really worried if my bug was related to threads. Unfortunately, at this stage of development, I can't...

Unfortunately not. I the part this modification affects doesn't get called for me, even though I pretty much do the same thing. (Call scrollToDate from viewDidLoad)