2012-09-29 115 views
2

當我提供TWTweetComposeViewController時,我可以在窗口中滾動消息,但我無法編輯文本。TWTweetComposeViewController不允許編輯

這裏是我使用呈現TWTweetComposeViewController代碼:我在一個空的項目嘗試這樣

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

,這讓我編輯的鳴叫就好了。 是否有我需要設置的選項,以允許推文可編輯?


編輯澄清:

  • 我想我已經將範圍縮小到在我的項目不允許 任何東西成爲UITextViews第一反應
  • 我做了一個空UIViewController在我的應用程序委託中,並呈現 微博控制器那裏,仍然無法編輯文本
  • 我也試過只是增加一個UITextView到空白控制器和 同樣的事情發生
  • UITextFields工作得很好,雖然
+0

你從哪裏調用這段代碼? – Darren

+0

一旦你介紹它,你是否已經達到140個字符限制? – brynbodayle

+0

嗨,我目前沒有達到140個字符的限制。我從ZUUIRevealController的frontViewController的UIViewController中展示它。 – Allen

回答

0

按照Apple Docs用戶已經觀看了鳴叫後,你不能改變的鳴叫。