jverdi / jverdi/JVFloatLabeledTextField
Activated Floating Label ellipsize on font change
- Dominant language
- Objective-C
- Stars
- 7.1k
- Forks
- 720
- PR merge metrics
- No merged PRs in 30d
Description
When I change the FloatingLabelFont to bigger font size it ellipsize with three dots only support small fonts. Example:
this.Placeholder = "Email";
this.FloatingLabelFont = UIFont.SystemFontOfSize(16);

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with a UITextField using Placeholder set to "Email" and FloatingLabelFont set to UIFont.SystemFontOfSize(16). Trace the FloatingLabelFont handling and label layout, then verify that the floating label displays without unwanted ellipsizing at the larger font size.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, objective-c
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100