Such small problem, but can cause lot of irritation. To prevent UITextField from being cleared, just set clearsOnBeginEditing property to NO: inputField.clearsOnBeginEditing = NO;
Python
Posted on:
Google AppEngine delayed logs
Today I faced with such problem – logs were delayed by about 30 minuted which maked development impossible, solution was pretty simple – I had to change timezone […]