Post

Replies

Boosts

Views

Created

Using Text(_ : Date, style: DateStyle) in ScrollView causes crash
When embedding a Text(_:style:) View in a ScrollView, SwiftUI produces the following error: Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) A minimal example is this: struct ContentView: View { 		var body: some View { 				ScrollView { Text(.init() + 60, style: .relative) } 		} }
Replies
6
Boosts
0
Views
1.3k
Activity
Jul ’20