Friday, 24 June 2011

Resolved TWTweetComposerView and Multiple Images


i seem having problem twtweetcomposerview. let me add 1 image, if attempt add (via addimage) return 0. i've verified not problem second image, verifying each image upload individually. here relevant code.

code:
  twtweetcomposeviewcontroller *viewcontroller = [[twtweetcomposeviewcontroller alloc] init];  nslog(@"%d",[viewcontroller setinitialtext:@"my message."]);  nslog(@"%d",[viewcontroller addimage:image]);  nslog(@"%d",[viewcontroller addimage:image2]);  nslog(@"%d",[viewcontroller addimage:image3]);  nslog(@"%d",[viewcontroller addimage:image4]);  [self presentmodalviewcontroller:viewcontroller animated:yes];  
which produces output

code:
  2012-01-15 21:46:13.742 myapp[3279:360f] 1  2012-01-15 21:46:13.747 myapp[3279:360f] 1  2012-01-15 21:46:13.752 myapp[3279:360f] 0  2012-01-15 21:46:13.757 myapp[3279:360f] 0  2012-01-15 21:46:13.762 myapp[3279:360f] 0  
has seen before?
 

and found help/configuration returns number of media items allowed in tweet has been reduced 1 :(.
 


Forums iPhone, iPad, and iPod Touch iOS Programming


  • iPhone
  • Mac OS & System Software
  • iPad
  • Apple Watch
  • Notebooks
  • iTunes
  • Apple ID
  • iCloud
  • Desktop Computers
  • Apple Music
  • Professional Applications
  • iPod
  • iWork
  • Apple TV
  • iLife
  • Wireless

No comments:

Post a Comment