This fork allows to use RPFloatingPlaceholders with Auto Layout when it is set in code. The example uses Auto Layout Visual Format for setup. The only thing that needs to be done is to call the adjustFrames in -(void)viewDidLayoutSubviews (check example).
UITextField and UITextView subclasses with placeholders that change into floating labels when the fields are populated with text.
Please see the included example app for sample usage.
Animate upward (default)
Animate downward
ARC & iOS 6+, Autolayout or springs and struts
Please feel free to fork and create a pull request for bug fixes or improvements, being sure to maintain the general coding style and adding comments as necessary.
Thanks to the following people for their help:

