You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(iOS): properly modify frame for line height centering
- Rename calculateCenteredFrameWithAttributedText to adjustFrameForLineHeightCentering
- Change method to accept CGRect pointer instead of passing by value
- Properly modify frame using pointer dereferencing (frame->origin.y)
0 commit comments