Matt
Matt

Reputation: 3912

Customizing Swarm Connect leaderboard

Right now I am displaying a SwarmConnect online leaderboard this way:

public void showLeaderboard() {
    SwarmLeaderboard.showLeaderboard(LEADERBOARD_ID);
}

And it displays the below leaderboard:

enter image description here

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?

Upvotes: 0

Views: 730

Answers (1)

andy
andy

Reputation: 26

Yes it is possible, not as easy, but possible they give a good example on their page

Check it out here. http://swarmconnect.com/admin/docs/kissthefish

Upvotes: 1

Related Questions