Coder Social home page Coder Social logo

SwiftUI integration about ubottomsheet HOT 8 OPEN

philipholler avatar philipholler commented on June 11, 2024 1
SwiftUI integration

from ubottomsheet.

Comments (8)

philipholler avatar philipholler commented on June 11, 2024 1

Yes, the SwiftUI sheet works great in situations where you only need two state, that is cover the entire screen og dismissed. In case one needs 3 States, however, (for example like in apple maps), it is not usable. Additionally the SwiftUI sheet pushes back the rest of the views like a modal. This can also not be disabled

from ubottomsheet.

OfTheWolf avatar OfTheWolf commented on June 11, 2024 1

Ah ok. I will look into this thoroughly.

from ubottomsheet.

philipholler avatar philipholler commented on June 11, 2024

The problem with all the SwiftUI solutions is, that they cannot contain a scrollview and still be able to move the sheet when dragging.

from ubottomsheet.

OfTheWolf avatar OfTheWolf commented on June 11, 2024

@philipholler SwiftUI has a ".sheet" extension which works great. You don't need to rely on any 3rd party sheet lib in SwiftUI.

Please see the official doc:
https://developer.apple.com/documentation/SwiftUI/AnyView/sheet(isPresented:onDismiss:content:)

from ubottomsheet.

philipholler avatar philipholler commented on June 11, 2024

That sounds great. Please let me know, if there’s anything i can help with :-)

from ubottomsheet.

tomsun3 avatar tomsun3 commented on June 11, 2024

Hi! Any updates on that? Do you (@OfTheWolf @philipholler) know newer/current alternatives for SwiftUI? Thanks a lot in advance :)

from ubottomsheet.

OfTheWolf avatar OfTheWolf commented on June 11, 2024

Hi @thomasmo3 @philipholler,

I couldn't have a chance to look at this. I can recommend https://github.com/applidium/OverlayContainer for Swift UI support.

Thanks

from ubottomsheet.

GerdC avatar GerdC commented on June 11, 2024

If you want SwiftUI content inside of UBottomSheet with scrolling: I did that. So far it works fine.

The main trick is to use a a UIKit UIScrollView.

The UIScrollView contains a UIView that contains a UIHostingController that contains SwiftUI.

This way, UBottomSheet has its UIScrollView to work with and does not know that it handles SwiftUI content. The SwiftUI code must not come with a ScrollView or anything else that scrolls.

There are still good reasons to use UBottomSheet.
My main reason is that both UISheetPresentationController and SwiftUI .sheet do not work together with UITabBarController

from ubottomsheet.

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.