Closed xzenon closed 11 years ago
I believe this commit should be merged instead with https://github.com/soffes/SAMTextField as SSToolkit is being broken into seperate libraries. Fork that repo and make the same changes, if you have time! It would be greatly appreciated!
I see. Made proper changes and added pull request for SAMTextField. Thanks!
In iOS7 all methods like like drawInRect:withFont: are deprecated and give the wrong text appearance (always aligned to top). Rect should be adopted for vertically centering text.
Example of incorrect placeholder position:
Added rect adjustments for iOS 7 as adviced here: