I am using Xcode 5.0.2 and getting the following warning when trying to compile my objective C code:
**Implicit conversion from enumeration type 'enum UIControlEvents' to different enumeration type 'UIControlState' (aka 'enum UIControlState')**
The Warning is in abcLabel.m
:
[searchBtn setTitleColor:[UIColor whiteColor] forState:**UIControlEventTouchUpInside**];