0

I am using SLComposeViewController to post tweets from within my app. However, the 'Cancel' and 'Post' buttons seem to be white and I cannot find a way to change them back to the default blue.

Does anyone have any suggestions?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
jjc99
  • 3,559
  • 4
  • 22
  • 21

1 Answers1

0

You have probably changed the main UIWindow's tint color to white. Looks like the SLComposeViewController's view is added as a subview of the main window (and inherits the tint color).

Marián Černý
  • 15,096
  • 4
  • 70
  • 83