user3068754
user3068754

Reputation: 43

Libgdx project for iOS displaying libgdx splash when compiling through robovm on simulator?

How can I remove libgdx splash screen which appears on iOS simulator but doesn't showed up in android emulator.

I am compiling my libgdx project through robovm.

Thanks

Upvotes: 4

Views: 1845

Answers (1)

ericn
ericn

Reputation: 173

You will need to replace the various "Default-" images which are in the RoboVM iOS project's "data" folder.

These are the iOS "launch images" described here

Upvotes: 6

Related Questions