Post

Replies

Boosts

Views

Activity

Comment on Index out of range, SwiftUI
The problem is not the onTapGesture (also the onTapGesture is a placeholder), the problem is that valor[I] has fewer elements than valoriAsseX, I want if values [I] doesn't exist it becomes 0. Don't look at the onTapGesture, it's not a problem for now Sorry for the English.
Jun ’21
Comment on Date in Swift printed is wrong
Thank you very much for your help. It is true that formatting the date and then converting it to string prints the right date, however I cannot compare dates anymore if I convert them to strings. Because in my project I am trying to compare dates and not just integers. Thank you very much for your time.
Sep ’21