cell.textField.text = [contact valueForKey:formCell.variableName];
我得到的valueForKey是未知类型,它可以是NSNumber,int,float,NSString ..
我想将值转换为NSString.
使用NSString stringWithFormat时,应指定格式说明符,对象的类型在运行时是已知的
iphone objective-c ios
ios ×1
iphone ×1
objective-c ×1