-
A minimal example is crashing on load
Xcode 11.6
LNPopupUI 1.0.2
LNPopupController 2.10.1
iOS Deployment Target 13.5
Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
Target: x86_…
-
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Click to any image
2. ImageViewer is not above tabBar
**Expecte…
-
UserDetaultWrapper.swift -> public var wrappedValue: T {... never sets value
the get { return ...} is called but never the set {...} so the value stored in the UserDefault never changes
-
Hi, thank you for your work.
Is where any way to make the tab icons a little bit smaller, as they are in the original SwiftUI's TabView?
ilant updated
4 years ago
-
-
**Expected Behaviour:** When I switch between tabs on TabView, each tab should maintain its own Navigation Stack.
**Current Behaviour:**
When i switch beteween tabs, they always show me the rootVi…
-
How to switch to a different tab view.
From Route, i can get expected tab via `parameters.tab`, however, how can i hand over this value to @State `$selection`?
```
@State private var selection …
ghost updated
4 years ago
-
When inserting a View() that has a fullscreen ScrollView() in Pager(), the Pager() will have a padding issue on the top and the bottom of the ScrollView(). From my findings (not sure), the Pager() doe…
-
I have an issue where sometimes the ASCollectionView disappears from a Tab when I go to another tab containing an ASCollectionView. This never happens if I switch to a different tab in-between.
See…