Re: Odd UILabel behavior on tvOS
Re: Odd UILabel behavior on tvOS
- Subject: Re: Odd UILabel behavior on tvOS
- From: "Eric E. Dolecki" <email@hidden>
- Date: Tue, 21 Mar 2017 14:57:19 +0000
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 <email@hidden> wrote:
> 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