Post

Replies

Boosts

Views

Activity

how do i get rid of this error
Initializer for conditional binding must have Optional type, not '()' heres the code for some more context: @objc func shareTapped() {     guard let share = print("Hey, checkout this new app I found, Its about storms and how they look!") else {     print("no app link was found")     return   }
2
0
341
Jun ’20