SingleLineInput
SingleLineInput copied to clipboard
A single line textfield implementation with Float Label Animation
Results
2
SingleLineInput issues
Sort by
recently updated
recently updated
newest added
How to create SingleLineTextField programmatically - (SingleLineTextField *) firstnameTf { if (!firstnameTf) { firstnameTf = [[SingleLineTextField alloc] initWithFrame:CGRectMake(0, 5, SCREEN_WIDTH - 50, 30)]; firstnameTf.center = CGPointMake(SCREEN_WIDTH/2, 15); firstnameTf.placeholder = @"Овог";...
even i could not dismiss the keyboard