-
## What
We need a way to display app menu items that conform to app patterns.
## Why
Unlike websites where you have anchor links or unordered lists, apps primary classify things as buttons.
Links do…
-
### Expected Behaviour
no Flickering / Stuttering
### Actual Behaviour
Flickering / Stuttering
### Steps to Reproduce the Issue
Just apply ConfettiSwiftUI and run confetti.
iOS app …
-
We need to remove all critical default values on the init of the SwiftUI views, put the value on the init parameters and remove the ViewModifiers
For example, now we have default value for the intent…
-
This library was just released and while it looks interesting, many people are currently in the process of switching to SwiftUI and figuring out how things should/could be done in a SwiftUI world. Whi…
-
Currently it's not possible to align widgets on the baseline of text:
```slint
HorizontalLayout {
alignment: start;
Text {
text: "Text";
vertical-…
-
## Background
With SwiftUI being the way forward for iOS dev, I would have hoped GoogleSignIn had better support for SwiftUI.
Unfortunatley there isn't any SwiftUI-focused documentation, and th…
-
I have this piece of SwiftUI code:
```swift
import SwiftUI
struct Example: View {
var body: some View {
Text("Example")
.frame(maxWidth: 500, alignment: .leading)
#if !os(tvOS)
…
-
Detect that after update from uxcam to uxcamswiftui in UITableView, SwiftUI.ScrollView content scrolls jerkily.
This issue starts reproducing in https://github.com/uxcam/ios-swiftui (When we use - …
-
https://github.com/robb/Cartography/blob/d0dc3f340dec22c96255ca385ff4b9e45fbe9b8e/Cartography/View.swift#L13
https://github.com/robb/Cartography/blob/d0dc3f340dec22c96255ca385ff4b9e45fbe9b8e/Cartogra…
-
References: (note to self, add new articles on the top)
+ https://duan.ca/2019/07/01/combine-hygiene/
+ https://www.cocoawithlove.com/blog/twenty-two-short-tests-of-combine-part-1.html
+ https://w…