我有這樣的代碼
K1player1D.text = [[NSUserDefaults standardUserDefaults] objectForKey:@"K1scoredLabel1"];
K1player1L.text = [[NSUserDefaults standardUserDefaults] objectForKey:@"K1scorelLabel1"];
K1player1K.text = [[NSUserDefaults standardUserDefaults] objectForKey:@"K1scorekLabel1"];
K1player1Q.text = [[NSUserDefaults standardUserDefaults] objectForKey:@"K1scoreqLabel1"];
K1player1T.text = [[NSUserDefaults standardUserDefaults] objectForKey:@"K1scoretLabel1"];
在viewDidLoad中
,四名球員,所以它的16個標籤。有沒有更簡單的方法/代碼來做到這一點?
你的意思是你的所有標籤使用相同的K1scoredLabel1值,還是一個錯字? – 2012-02-11 00:23:26
沒有上面的標籤是爲玩家1,我確實有更多的三個其他球員,所以這將是第二個球員K1player2D,K1player2L .....等所有其餘的一個,並排序它將是20標籤不是16,每個玩家的5個標籤 – aLFaRSi 2012-02-11 00:28:34