2018年1月24日

拖动tableView时收起键盘

摘要: _tableview = [[UITableView alloc]initWithFrame:CGRectMake(0, 94,fDeviceWidth,fDeviceHeight-108) style:UITableViewStylePlain]; _tableview.delegate =self;//写了这两句话哟调用delegate*/ _tableview.dataS... 阅读全文

posted @ 2018-01-24 16:09 高彰 阅读(284) 评论(0) 推荐(0) 编辑

导航