GithubHelp home page GithubHelp logo

Comments (10)

ivanvorobei avatar ivanvorobei commented on May 15, 2024

Please, record gif or create example project

from spstorkcontroller.

magnett avatar magnett commented on May 15, 2024

I created an example project. Please note that in simulator it runs fine however it doesn't in a physical device (tested on iPhone 6) unless you change the barStyle of the navigation bar to .default

from spstorkcontroller.

ivanvorobei avatar ivanvorobei commented on May 15, 2024

Thanks, I am tested now

from spstorkcontroller.

ivanvorobei avatar ivanvorobei commented on May 15, 2024

@magnett I am tested on my iPhone X, and iPhone 6+. All ok... Or maybe I am not understand you. I am record screen, please, see it:

screenrecording_02-05-2019 18-27-56

from spstorkcontroller.

magnett avatar magnett commented on May 15, 2024

I though it would be better to record a video instead of a gif in order to watch the console output and hear an audible sound when i tap and when the transition occurs. Also, let me add that exactly the same issue happens to my iPad (2017).
YouTube video

from spstorkcontroller.

ivanvorobei avatar ivanvorobei commented on May 15, 2024

@magnett sorry, I don’t see any problem on video

from spstorkcontroller.

magnett avatar magnett commented on May 15, 2024

Really? Don't you see that there are delays up to 3-4 seconds from the moment the button is tapped since the transition begins?

from spstorkcontroller.

ivanvorobei avatar ivanvorobei commented on May 15, 2024

Yes, now I now see the problem. Very strange behaves - if you press twice, the controller will instantly show up. I'm afraid this is not a library issue.

from spstorkcontroller.

ivanvorobei avatar ivanvorobei commented on May 15, 2024

For example if you try

self.present(productContainerVC, animated: true, completion: complection)

You can see delay also. The library is not related to your problem, you need to look for another problem.

from spstorkcontroller.

magnett avatar magnett commented on May 15, 2024

You were right. Any kind of modal transition under black navigation bar was having that delay. Just to let you (and anyone might having that issue) know, the solution was:
DispatchQueue.main.asyncAfter(deadline: .now()) { self.presentAsStork(someViewController) }

from spstorkcontroller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.