240 发简信
IP属地:福建
  • 类似QQ的分组功能

    实现代码很简单,就不多赘述了。 /** 数据源 */ @property (nonatomic,strong)NSMutableArray *s...

  • 折叠式cell,点击展开可以查看所有cell

    /** 数据源 */ @property (nonatomic, strong) NSMutableArray *dataSource; /**...

  • 正则表达式判断手机号是否正确

    - (NSString *)valiMobile:(NSString *)mobile{ if (mobile.length < 11) { r...

  • 模仿QQ好友列表,点击分组会打开具体的联系人,代码简单易懂,为菜鸟服务

    //// ViewController.m// xcjtest//// Created by ruicheng on 16/6/27.// Co...

  • 几行代码实现点击UITableView展开cell

    /**选中的行*/ @property (nonatomic, assign) NSInteger selectedRow; /**记录被打开的...