Right now I am displaying a SwarmConnect
online leaderboard this way:
public void showLeaderboard() {
SwarmLeaderboard.showLeaderboard(LEADERBOARD_ID);
}
And it displays the below leaderboard:
This is obviously formatted and looks like SwarmConnect
and looks nothing like my app during gameplay. Is there any way to customize this leaderboard such as just pulling the values and putting it in a high scores table that I create myself?