IP属地:福建
实现代码很简单,就不多赘述了。 /** 数据源 */ @property (nonatomic,strong)NSMutableArray *s...
/** 数据源 */ @property (nonatomic, strong) NSMutableArray *dataSource; /**...
- (NSString *)valiMobile:(NSString *)mobile{ if (mobile.length < 11) { r...
//// ViewController.m// xcjtest//// Created by ruicheng on 16/6/27.// Co...
/**选中的行*/ @property (nonatomic, assign) NSInteger selectedRow; /**记录被打开的...