-
Hey,
Firstly - thank you so much for the OS love, it's brilliant.
Secondly - I'm using a TabCoordinatable to power a TabView, but by doing so in SwiftUI you lose some default functionality like …
-
`return { sfSymbol: focused ? 'star.fill' : 'star' };` both render a filled star. but should look like this:
-
I think u cannot apply shadow directly on color...
but applying, on shape works.
public var body: some View {
HStack(spacing: 0) {
ForEach(tabs, id: \.self) { tab in
…
-
How could we give the asset string name instead of giving custom image name?
-
We currently do not support Tabbed Navigation out of the box. Let's add a Tabbed path builder that takes a list of identified path builders.
Something along the lines of:
```swift
public extensio…
-
are we only supposed to use wishkit with sheets or full screen covers?
ghost updated
1 month ago
-
In fixing and testing #9288, we found further issues with RN and keyboard on both platforms, but Android seemed to have more issues.
Generally, it looks like there have been reports of keyboard navig…
-
In my project, I need to calculate the tab height. However, there is no way to access the existing TabBar in your library. If you can add the height value as an environment variable, would be nice. O…
-
**Describe the bug**
After rotating the phone to landscape, and rotating it back to portrait, the translucency of the navigation bar is gone.
**Expected Behavior**
The navigation bar to retain it…
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-iOS/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow Scribe-iOS' [Code of Conduc…