Re: Rect for centered text in UILabel?

2017-04-04 Thread Eric Dolecki
Thank you. I should have looked more closely at the docs. RTFM, right?  Get Outlook for iOS On Tue, Apr 4, 2017 at 5:27 PM -0400, "Kyle Sluder"

Re: Rect for centered text in UILabel?

2017-04-04 Thread Kyle Sluder
On Thu, Mar 30, 2017, at 10:18 AM, Eric E. Dolecki wrote: > I have a very wide UILabel that will take different text over time. > Single > line. No attributed. > > I would like to position an image to the left of the first character in > the > label any time it's updated. So I need to get a

Rect for centered text in UILabel?

2017-03-30 Thread Eric E. Dolecki
I have a very wide UILabel that will take different text over time. Single line. No attributed. I would like to position an image to the left of the first character in the label any time it's updated. So I need to get a CGRect or something of the text within the UILabel itself. I know I did this