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.
ラベルに配列の値を割り当てようとしていますが、なぜ機能しないのかわかりません
cowid配列の値をinfoラベルに追加しようとしていますが、機能vacaしていません。
cowid
info
vaca
cowidここでは明らかに null であるため、初期化されていません。stringWithFormatこれを で示します(null)。で確認できます
stringWithFormat
(null)
if (detalles.Cowid == nil) { NSLog(@"The Cow has no id"); }