1

When my app launches in landscape mode, the OpenFeint message bar displays as if the view is a portrait view.

How can this message be set to display correctly?

Thanks

some_id
  • 29,466
  • 62
  • 182
  • 304

1 Answers1

2

Try this:

[OpenFeint setDashboardOrientation:OrientationHere];
Undo
  • 25,519
  • 37
  • 106
  • 129
puckipedia
  • 811
  • 6
  • 12