Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swiftui

Remove top padding from `List` in SwiftUI

ios swift swiftui swiftui-list

SwiftUI - Accessing iOS 13's semantic colors

swiftui

How do I change the width of the "Sign In with Apple" button?

SwiftUI : Picker does not update correctly when changing datasource

ios swift swiftui ios13 picker

SwiftUI - Text minimumScaleFactor not scaling only when needed

text view scale swiftui scaling

How do I properly test a var that changes through a publisher in my viewModel in XCTestCase

swift swiftui combine

SwiftUI `navigationBarItems` vs `toolbar` what are the differences?

swift swiftui

Xcode 13 SwiftUI Color Literal missing

swiftui xcode13

SwiftUI: How to properly present AVPlayerViewController modally?

SwiftUI Dismiss Multiple Modal Sheets

ios swift swiftui

SwiftUI Navigation and status bar clash in color/transparency when inside TabView

ios swiftui

SwiftUI modal presentation works only once from navigationBarItems

ios swift swiftui

How to open another window in SwiftUI, macOS?

macos swiftui

SwiftUI: Uppercase a localized string for a view, e.g. `Text`?

swiftui xcode11

Nested ForEach (and List) in Views give unexpected results

swiftui swiftui-list

SwiftUI : How to Fix leading and trailing with margin 10

ios swift iphone swiftui

Cannot convert value of type '[array]' to expected argument type 'Range<Int>'

swift foreach swiftui

Property type 'Int' does not match that of the 'wrappedValue' property of its wrapper type 'EnvironmentObject'

Why doesn't SwiftUI onTapGesture always work

Unwrapping optional in SwiftUI View

swift swiftui