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にカスタムテキストを追加したいと思います。同じように、私は次のコードを使用していますが、それをさらに拡張する方法がわかりません。どんな助けでもいただければ幸いです。
[ツイートシートsetInitialText:textfield.text];
必要なすべてのテキストを文字列変数に追加してから、次を使用してみてください。
[tweetsheet setInitialText:myVariable];