Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animate label when becoming first responder #269

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ The control was designed to allow further customization in subclasses. The contr
- `placeholderRectForBounds(bounds: CGRect)`: override to change the bounds of the placeholder view
- `lineViewRectForBounds(bounds:CGRect, editing:Bool)`: override to change the bounds of the bottom line view

### Animation on touch support

The component can be set to animate the title label when becomming first responder. The default behavior is no animation on touch. If `isAnimationOnTouch` is set to true, the title animation will start right after the component became first responder.

## Documentation

See the [SkyFloatingLabelTextField documentation](http://cocoadocs.org/docsets/SkyFloatingLabelTextField) on [CocoaDocs.org](http://cocoadocs.org) for the full documentation.
Expand Down
Loading