where are the labels among the buttons
问题 In the image below I am attempting to put a single-character label between each button, but as the second image shows, when I do insert the labels, the buttons disappear and (if you look closely) the last button's text moves to the right. Can you help me get the desired result, please? buttons without labels buttons with labels ViewController.h @property(nonatomic,assign) UILabel* theSuit; ViewController.m - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the