danielsaidi / ScrollKit

ScrollKit is a SwiftUI SDK that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
MIT License
668 stars 24 forks source link

Add support for large title #6

Closed maxim-smotrov closed 9 months ago

maxim-smotrov commented 1 year ago

The documentation says "This view enforces .navigationBarTitleDisplayMode(.inline) since a large title doesn’t work with a sticky header.". Is there a technical limitation? I can't switch to inline title in my app so it would be great to have large title supported by the lib.

danielsaidi commented 1 year ago

Hi @maxim-smotrov

I guess it technically would work but it doesn't look that nice 😀