Created
April 7, 2014 07:33
-
-
Save toshikaz55/10016127 to your computer and use it in GitHub Desktop.
iOSのLabelに数字入り文字列、フォーマット文字列を表示する
This file contains 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
self.pinchLog.text = [[NSString alloc] initWithFormat:@"縮めた = %.4f", pg.scale]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment