ฉันมีUIButton
ที่เมื่อกดแล้วจะแสดงมุมมองใหม่ที่ผู้ใช้สามารถเปลี่ยนการตั้งค่าบางอย่างได้ เมื่อมุมมองถูกปิดฉันต้องการอัปเดตชื่อ / ข้อความของUIButton
เพื่อแสดงสถานะใหม่ ฉันกำลังโทร:
[myButton setTitle: @"myTitle" forState: UIControlStateNormal];
[myButton setTitle: @"myTitle" forState: UIControlStateApplication];
[myButton setTitle: @"myTitle" forState: UIControlStateHighlighted];
[myButton setTitle: @"myTitle" forState: UIControlStateReserved];
[myButton setTitle: @"myTitle" forState: UIControlStateSelected];
[myButton setTitle: @"myTitle" forState: UIControlStateDisabled];
แต่ดูเหมือนว่าจะไม่เปลี่ยนแปลงไปจากข้อความ / ชื่อเรื่องเดิมตามที่ระบุไว้ใน IB