Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
変数を使用してヒットするたびに、UIButton の TITLE を更新したいと考えています。
iPhoneタップカウンター
anotherLabel は UIButton の名前になります
static int count; count++; NSString *countString = [NSString stringWithFormat:@"%d", count]; [anotherLabel setText: countString];