Search code examples
iphoneopenfeint

Display the OpenFeint Welcome Back message bar on a landscape view


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


Solution

  • Try this:

    [OpenFeint setDashboardOrientation:OrientationHere];