Interface Bug
I just found a "interface bug" within the ranking screen.
If you select a other player, the row in the UITableView gets selected but not deselected. (I know it's not dramatic but i'm a perfectionist =) ).
It can be handled easly within the method
-(BOOL)shouldSelectRowAtIndexPath:(NSIndexPath *)index;
Or deselect the row after it gets selected.
Greets Siqu
If you select a other player, the row in the UITableView gets selected but not deselected. (I know it's not dramatic but i'm a perfectionist =) ).
It can be handled easly within the method
-(BOOL)shouldSelectRowAtIndexPath:(NSIndexPath *)index;
Or deselect the row after it gets selected.
Greets Siqu