Such small problem, but can cause lot of irritation. To prevent UITextField from being cleared, just set clearsOnBeginEditing property to NO:
inputField.clearsOnBeginEditing = NO;
Such small problem, but can cause lot of irritation. To prevent UITextField from being cleared, just set clearsOnBeginEditing property to NO:
inputField.clearsOnBeginEditing = NO;
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 back to Pacific Time GMT-7