python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SwiftUI: How can I add a new component to the list? Idea: Click the "plus"-button, enter a "Text", store it and... it's been added to the List
So here is the declaration of the variable (passwordNewName):
@State var passwordNewName = ""
It is being updated from the input of a TextField which I coded to accept user's data.
So the i...
treesarecool
Votes: 0
Answers: 1
Sorting Filtered Data by Date
I have some swiftUI logic that display entries by date and only displays the date if there is a change in date. It works great, thanks to: Display Entry Date with Change in Orientation. The one proble...
Galen Smith
Votes: 0
Answers: 1
How can I get the last window using UIWindowScene.windows in iOS 15?
Going off this post which describes how to get the first window - has definitely helped me learned more about this spec, but it wasn't able to get me the solution I need. How to resolve: 'keyWindo...
user15688965
Votes: 0
Answers: 0
Display Entry Date with Change in Orientation
I am struggling to get a function to display the date only if it is the first date in a list or an entry with a different date from the previous entry date. The code appears to work correctly except w...
Galen Smith
Votes: 0
Answers: 1