Re: Odd UILabel behavior on tvOS

2017-03-21 Thread Eric E. Dolecki
Sorry. My argument name to set the string was "string" and that prevented operation evidently. On Tue, Mar 21, 2017 at 10:43 AM Eric E. Dolecki wrote: > I have a view & I update a label within it. Super simple. > > My string is like > label.text = "Connecting to

Odd UILabel behavior on tvOS

2017-03-21 Thread Eric E. Dolecki
I have a view & I update a label within it. Super simple. My string is like label.text = "Connecting to \"\(useName)\"" I want the double quotes around that variable. As soon as the useName variable (a string) is inserted, anything after that does not go into the label. label.text = "Connecting