miss_chalk

Results 5 issues of miss_chalk

The code is: _manager = [[RETableViewManager alloc] initWithTableView:self.tableView]; RETableViewSection *section = [RETableViewSection sectionWithHeaderTitle:@""]; [_manager addSection:section]; _name = [RETextItem itemWithTitle:@"姓名" value:@"123" placeholder:@"姓名"]; [section addItem:_name]; and the crash content is: Terminating app...

Because of memory leak,I want the "MWPhotoBrower dealloc" can be called.How to do ? thank you

横屏后列表只占界面的一半了~

V2DataManager中,我想某一个网络请求进行之前,先取消之前的这个请求。类似第二次点击查询按钮,第二次点击的时候,把第一次的同样请求先取消掉~请问该如何做? 谢谢。

question

When I want to use the origin function of volume button ,what code should I write below? Thank you.