Last active
August 23, 2016 19:02
-
-
Save denispeyrusaubes/72909fd2ab58c54db4d6 to your computer and use it in GitHub Desktop.
Méthode de la classe SquareGUI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-(void) updatePiece { | |
UIImage* image = self.square.piece.boardImage; | |
[self setImage:image forState:UIControlStateNormal]; | |
[self setImage:image forState:UIControlStateSelected]; | |
self.imageView.image = image; | |
} |
Author
denispeyrusaubes
commented
Aug 23, 2016
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment