-
Hello Erik,
First of all, I would like to extend my sincere compliments on the development of the SwiftUICoordinator library.
It's impressively structured and serves as a great resource for the S…
-
## Issue Description
When attempting to `.showAndStack()` two separate center popups with custom views at the same time, the background view always adopts a gray color. This behavior occurs despite d…
-
**Update 9/8/20: Check out [this post](https://github.com/utmapp/UTM/issues/408#issuecomment-689132408) for the latest design.**
For UTM 2.0, we will be completely re-implementing the GUI in SwiftU…
-
-
Xcode 15 (beta)
macOS 14 (beta)
Legacy method for displaying "Settings" is no longer supported:
```swift
NSApp.sendAction(Selector(("showSettingsWindow:")), to: nil, from: nil)
```
The new a…
-
``` swift
// …
let lh = LayoutHolder(.vertical)
// …
Split(primary: { Color.red }, secondary: { TabView { Color.green } })
.layout(lh)
Button("bug") { withAnimation { lh.toggle() } }
Button…
-
Hello! I'm having a crash when I push a View (using the `nbNavigationDestination` with `isPresented`) and then switching to another tab.
It looks like that when the root view is no longer visible, th…
-
# What did you do?
I was following the iMessage Clone tutorial made by Stefan Blos. After following that tutorial, synchronization between `ChatChannelList` and the ViewModel has been lost.
- `Ch…
-
Hi there, I recently updated to Introspect v0.2.2 and had an issue when using `addSubview` that I've never seen before. Basically, when I switch back and forth between views that use `addSubview` in a…
-
## 🎫 関連課題
- #4
- #8
## ✨ 実現したいこと
- [x] 先週の振り返りアイコン
- [x] 今週のやることページ(week)アイコン
- [x] カレンダーアイコン
- [ ] 色
- [ ] 選択時`00DBB5`
- [ ] 通常時`96A7AF`
## 🚩 やらないこと
- 内部ロジック(login処理など)の実装
-…