unoiatech
unoiatech
How can I cancel the thread when user leaves the viewController ?
I am trying to change the color of label text but it still shows the default color. Here is my code to update text colour : ``` loadingLabel.text = "Loading"...
Whenever I start typing in textfield which is subclass of MVPlaceSearchTextField my app crashes with error > [NSTaggedPointerString asciiLevenshteinDistanceWithString:]: unrecognized selector sent to instance > I tried to google the...