I just moved to iOS 9 and noticed some new warnings on my old code:
description.becomeFirstResponder == YES;
Display warning 'Equality comparison result unused'
How can I handle this Warning.
Thank You!
I just moved to iOS 9 and noticed some new warnings on my old code:
description.becomeFirstResponder == YES;
Display warning 'Equality comparison result unused'
How can I handle this Warning.
Thank You!