GithubHelp home page GithubHelp logo

edudnyk / solidscroll Goto Github PK

View Code? Open in Web Editor NEW
87.0 3.0 6.0 18 KB

A liberated _ScrollView and _PagingView of SwiftUI.

License: MIT License

Swift 97.32% Ruby 2.68%
swiftui scrollview tabbar carousel pagination

solidscroll's People

Contributors

edudnyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

solidscroll's Issues

The demo segfaults on iOS 15

Hi,
I was checking SolidScroll out to, but unfortunately, when running on Xcode 13.2 and iOS 15.2, it crashed when I ran the demo in the simulator. Is this way unsupported in iOS 15?

Crash on iOS 14.0.1 simulator and iOS 13.7

wiftUI`closure #1 (Swift.Optional<SwiftUI._ScrollViewProxy>) -> SwiftUI._ScrollOverlayView in SwiftUI._ScrollViewRoot.body.getter : some:
0x1b2a08c64 <+0>: mov x9, x0
0x1b2a08c68 <+4>: ldr x0, [x0]
0x1b2a08c6c <+8>: cbz x0, 0x1b2a08c80 ; <+28>
0x1b2a08c70 <+12>: ldr w9, [x9, #0x8]
0x1b2a08c74 <+16>: str x0, [x8]
0x1b2a08c78 <+20>: str w9, [x8, #0x8]
0x1b2a08c7c <+24>: b 0x1b2ecd6e8 ; symbol stub for: swift_retain
-> 0x1b2a08c80 <+28>: brk #0x1

apple app review

can this be used in production app ? .. dose it pass apple app review?

Scrolling doesn't work with mouse

Scrolling doesn't work with a mouse wheel. I tried a vertical SolidScrollView and PagingView but it didn't work. I tried with a different mouse with the provided demo app, but no luck. Everything works fine with a trackpad, though. Do you know why is this happening?

How to use LazyVStack in SolidScrollView?

struct ContentView: View {
    var body: some View {
        SolidScrollView(.vertical, showsIndicators: false) {
            LazyVStack {
                ForEach(0 ..< 50, id: \.self) { _ in
                    Color.blue
                        .frame(height: 44)
                }
            }
        }
    }
}

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.