Odd UILabel behavior on tvOS
Odd UILabel behavior on tvOS
- Subject: Odd UILabel behavior on tvOS
- From: "Eric E. Dolecki" <email@hidden>
- Date: Tue, 21 Mar 2017 14:43:43 +0000
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 to \"\(useName) muwahahaha"
- no muwahahaha in the label.
What might be happening? I feel stupid here.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden