I ve Just establishing CustomTableViewCell.xib
. 然后,我设立了<代码>CustomTableViewCell,IBOutlets
。 在身份检查员I中,该类型改为我的<编码>CustomTableViewCell。
@interface CustomTableViewCell : UITableViewCell
{
IBOutlet NSString *placeName;
IBOutlet NSString *address;
IBOutlet NSString *distance;
}
@property (nonatomic, retain) IBOutlet NSString *placeName;
@property (nonatomic, retain) IBOutlet NSString *address;
@property (nonatomic, retain) IBOutlet NSString *distance;
@end
但是,我可以把标签贴上习俗国家表格单位。 请见屏幕。