Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在来自 UITextField 的文本旁边的 Tweetsheet 中添加自定义文本。同样,我正在使用以下代码,但不知道如何进一步扩展它。任何帮助,将不胜感激。
[tweetsheet setInitialText:textfield.text];
如何尝试将您想要的所有文本添加到字符串变量中,然后使用:
[tweetsheet setInitialText:myVariable];