Is there a way to get guard to setup a let in the first part and then a conditional on the second part?
guard let tags = item.tags && tags.count > 0 else {
return
}
https://www.dropbox.com/s/0a1vsfd2ucqcg6u/Screenshot%202015-06-20%2017.44.46.png?dl=0
I've only been using Swift for 3 days so…:)