Reply to Xcode 14 - The app references non-public selectors in Payload I don't think you can. Just ignore it. Anyway it's just a warning. Topic: UI Frameworks SubTopic: SwiftUI Tags: Sep ’22
Reply to Xcode 14 - The app references non-public selectors in Payload The problem comes from Apple. my app was approved on the Appstore without any issue. Topic: UI Frameworks SubTopic: SwiftUI Tags: Sep ’22
Reply to Xcode 14 - The app references non-public selectors in Payload Thanks @mario25 for you answer. Topic: UI Frameworks SubTopic: SwiftUI Tags: Sep ’22
Reply to SwiftUI: Segmented Control scrolling inside tabs The problem comes when you scroll the whole window. Topic: UI Frameworks SubTopic: SwiftUI Tags: Mar ’22
Reply to SwiftUI: Segmented Control scrolling inside tabs var body: some View { ScrollView (showsIndicators: false){ ForEach(0 ..< 500) { item in HStack { Spacer() Text("First Tab") .frame(height: 50) Spacer() } .background(Color.red) } } } } Topic: UI Frameworks SubTopic: SwiftUI Tags: Mar ’22
Reply to Custom back button with SwiftUI @theSwolEnchilada's solution worked fine for me. I'm using 14.5 Topic: UI Frameworks SubTopic: SwiftUI Tags: Apr ’21