-
Hey guys,
I'm trying to do something rather simple using SwiftUI and TCA which is to have multiple levels of navigation. Basically, I have 3 screens :
- First screen has a navigation link to th…
-
hi. When I use tabview, BasicInputView is under the tabbar. How can I show BasicInputView on tabbar?
nasru updated
3 years ago
-
I am going around in circles and not sure if this is behaving the way it should be:
- I have a fairly complex app and some but lets simplify as the following:
[AppReducer]
[tab1Reducer, tab2Red…
-
```
import SwiftUI
import LNPopupUI
struct AppetizerTabView: View {
@State var isPopupOpen: Bool = false
var body: some View {
TabView{
AppetizerListV…
-
**Describe the bug**
push TagsScreen from RemindersScreen, then back to RemindersScreen...
report "Trying to pop to a missing destination at /BuildRoot/Library/Caches/com.apple.xbs/Sources/Monoceros…
-
We should an API for page view tracking of SwiftUI applications.
-
**Describe the bug**
When swiping the page doesn't track 1:1 (seems to lag a bit)
**To Reproduce**
Swipe across pages
**Expected behavior**
Typical paged views on iOS track 1:1 with your fing…
-
If you tap a movie in the movies tab, then tap the "My Lists" tab, then switch back to the movies tab, the app forgets that you tapped a movie and resets to the standard view.
I'm currently playing…
-
**Describe the bug**
For some reason store updates are not propagating if a view is inside a `TabView`
**To Reproduce**
```swift
// Works
WindowGroup {
ResultsView(store: store)
}
```
```s…
-
### Issue Description
@msaps
I'm experiencing a weird NavigationBar Glitch. Since `SwiftUI's TabView` resets views when you navigate from them (iOS 13), I use Tabman and add my `SwiftUI View's` as …