I'm wondering what's wrong with the following, or how to fix the brackets correctly:
if (([newCharacter isEqual: @"ö"]||[newCharacter isEqual: @"Ö"]) && (self.currentLanguage isEqual @"Finnish/Swedish")){
//do something
}
the error says I should place parantheses somewhere... but I cannot figure out how. Can anyone help?