-
**Describe the bug**
When I add an element that has an animation inside the Pager, it will not animate.
**To Reproduce**
Sample code:
```
struct HighlightButtonStyle: ButtonStyle {
func ma…
-
Hi, first of all, congrats about this library, it is very useful.
I wonder whether there is a way to animate switch route changes like the old-styled UIKit NavigationView actually does. Maybe there…
-
- [x] Determine sizes of image assets that required for app icons and launch screen (at least for iPhone device, icons for iPad and Mac might be added later)
- [x] Request / draw required assets
- […
evnik updated
4 years ago
-
**Describe the bug**
The pager view behind the navigation bar
**To Reproduce**
```
Pager(page: $currentPage, data: data, id: \.self) { index in
List(self.currentList) { info in
S…
-
다음 이슈는 좀 더 풍성하길 기대해봅니다 ㅎㅎ
godrm updated
4 years ago
-
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
-
Hello
yes I know iOS 14 is still in beta but maybe it helps you ;-)
I use kingfisher in a SwiftUI List to load pictures from urls.
The initial state is shown as expected, but when I start scr…
-
Hi, your WaterfallGrid seems very nice and could fit in may App. However I wonder if you could giving me some pointers or direct help on how I can adapt your image grid example so that I can pass an a…
-
Thanks for posting this project. You really helped me get started with Core Data and SwiftUI.
I noticed a weird issue when reordering rows in a list. This only happens when dragging a row up, and …
-
after changing the parent of a view from NavigationView to NavigationStackView sheets no longer work inside its children eg:
```
struct ChildView: View {
@State var showPopup = false
va…