UIabelでカーニング
これは簡単でわかりやすいな
San Franciscoで等幅フォント
Label.font = UIFont.monospacedDigitSystemFont(ofSize: 22.0, weight: UIFontWeightBlack)
遷移しない方法
shouldPerformSegueWithIdentifierでNOを返す
- (BOOL)shouldPerformSegueWithIdentifier:(NSString *)identifier sender:(id)sender
{
return NO;
}