SwiftUI: .textSelection(.enabled) not working in List on iOS 18
In iOS 18, textSelection(_:) not working in List. So, I can’t copy text. Works on iOS 17 and earlier. Is there any solution?
Static method ‘buildExpression’ requires that ‘some View’ conform to ‘AccessibilityRotorContent’ error in Xcode according to TabView
I think it is caused by @ViewBuilder or because of the excessive nesting of such variables. But i do not know is it true or not. Can you please explain is it possible to stay this logic or not
SwiftUI Lists Not Displaying in ShoppingListView Despite Successful Data Loading
I’m working on a SwiftUI project where I have a ShoppingListView that loads and displays shopping lists from Firestore. The data seems to load correctly based on print statements in the console, but the lists are not showing up in the UI.
SwiftUI Lists Not Displaying in ShoppingListView Despite Successful Data Loading
I’m working on a SwiftUI project where I have a ShoppingListView that loads and displays shopping lists from Firestore. The data seems to load correctly based on print statements in the console, but the lists are not showing up in the UI.
How to Implement Slide Right to dismiss View in SwiftUI
Is this in-built functionality available, or do I need to create a custom solution?
When I use the navigation Stack and then it is done but by corner not by full-view slide
How to Implement Slide Right to dismiss View in SwiftUI
Is this in-built functionality available, or do I need to create a custom solution?
When I use the navigation Stack and then it is done but by corner not by full-view slide
How to Implement Slide Right to dismiss View in SwiftUI
Is this in-built functionality available, or do I need to create a custom solution?
When I use the navigation Stack and then it is done but by corner not by full-view slide
Is it possible to have a different background colour for each row in a SwiftUI NavigationStack List on iOS?
I am a complete novice to Swift and I am writing a very simple application in SwiftUI for iOS 17 on Xcode 15.4. I would like to change the background colour of each row in a NavigationStack List to a colour name held in a string variable within a class. The data displayed in the list is pulled from an array of this class.
SwifUI – Recommended Libraries/Packages for SwiftUI App Development
I’m looking for recommendations on basic libraries or packages to use in SwiftUI app development. Specifically, I need guidance on the following areas:
iOS – How to Implement a Customizable Tab Bar with Transparent Overlay in SwiftUI?
I’m trying to create a custom tab bar in SwiftUI similar to the one in the Microsoft Teams app iOS. Specifically, I need the following functionality: