gpt4 book ai didi

iphone - TWTweetComposeViewController 不允许编辑

转载 作者:行者123 更新时间:2023-12-01 16:54:45 25 4
gpt4 key购买 nike

当我展示 TWTweetComposeViewController 时,我可以在窗口中滚动消息,但无法编辑文本。

这是我用来展示 TWTweetComposeViewController 的代码:

TWTweetComposeViewController *twitter = [[TWTweetComposeViewController alloc] init];
[twitter addURL:article.articleURL];
[twitter setInitialText:message];
[viewController presentModalViewController:twitter animated:YES];

我在一个空项目中尝试了这个,它允许我很好地编辑推文。 我需要设置一个选项以允许推文可编辑吗?

编辑澄清:
  • 我想我已经把它缩小到我的项目中不允许的东西
    任何 UITextViews 成为第一响应者
  • 我在我的应用程序委托(delegate)中创建了一个空的 UIViewController,并呈现
    那里的推特 Controller 仍然无法编辑文本
  • 我还尝试将 UITextView 添加到该空白 Controller 上,然后
    同样的事情发生了
  • UITextFields 工作得很好
  • 最佳答案

    根据Apple Docs用户查看推文后,您无法更改推文。

    关于iphone - TWTweetComposeViewController 不允许编辑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12649036/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com