Giter Club home page Giter Club logo

Comments (11)

sevgjan avatar sevgjan commented on June 2, 2024 3

@jhk115 I agree, and for most of the part I believe we all do that. But @ivanvorobei has done an amazing job with possibilities for height customization, close button, indicator, etc. which makes us prefer to use this library.

from spstorkcontroller.

tibo9 avatar tibo9 commented on June 2, 2024 3

This is happening because SPStorkPresentationController containerViewWillLayoutSubviews is setting the presented view controller's frame to frameOfPresentedViewInContainerView when pan gesture changed.

from spstorkcontroller.

jhk115 avatar jhk115 commented on June 2, 2024 1

If you guys have the luxury to target iOS 13, I recommend just rolling with the native modal. It was a painless switch.

from spstorkcontroller.

Amondus avatar Amondus commented on June 2, 2024

У меня аналогичная проблема в iOS 14. Будет ли исправление данного бага?

from spstorkcontroller.

gumenuk39 avatar gumenuk39 commented on June 2, 2024

the same

from spstorkcontroller.

jhk115 avatar jhk115 commented on June 2, 2024

I can confirm this is also happening for me on ios 14. For me, the scroll view itself seems to be "stuck". Scrolling up does not scroll the view anymore.

from spstorkcontroller.

sevgjan avatar sevgjan commented on June 2, 2024

It's also happening to me, you can only see the indicator that it's moving and the opacity behind the screen is being reduced. It just dimissess the view controller if dragged down enough.

from spstorkcontroller.

ivanvorobei avatar ivanvorobei commented on June 2, 2024

@jhk115 agree

from spstorkcontroller.

lyimin avatar lyimin commented on June 2, 2024

It's also happening to me only on iOS 14, solved my problem after setting it

        if #available(iOS 11.0, *) {
            tableView.contentInsetAdjustmentBehavior = .never
        } else {
            automaticallyAdjustsScrollViewInsets = false
        }

from spstorkcontroller.

Rogue85 avatar Rogue85 commented on June 2, 2024

@ivanvorobei Any updates?

from spstorkcontroller.

davidleee avatar davidleee commented on June 2, 2024

This is happening because SPStorkPresentationController containerViewWillLayoutSubviews is setting the presented view controller's frame to frameOfPresentedViewInContainerView when pan gesture changed.

Comment out these few lines fixes the problem. @tibo9 Did you find any side effects doing so? Thanks in advance.

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.