self.tweetString = [NSString stringWithFormat:_websiteLabel.text, _detailItem];
I have to make a string where the text is from a textView and from a label with a space in between them. Using the following code just shows the text from the TextView. How do I code it?
_websiteLabel is the TextView and _detailItem is the label.
if I understand you correctly you would be looking for this: