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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com