Skip to content

Instantly share code, notes, and snippets.

@toshikaz55
Created April 7, 2014 07:33
Show Gist options
  • Save toshikaz55/10016127 to your computer and use it in GitHub Desktop.
Save toshikaz55/10016127 to your computer and use it in GitHub Desktop.
iOSのLabelに数字入り文字列、フォーマット文字列を表示する
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