美文网首页
好用的城市选择器

好用的城市选择器

作者: 从前车邮马慢 | 来源:发表于2019-01-14 18:43 被阅读0次
    AreaSelectViewController *ctrl = [[AreaSelectViewController alloc] init];
        [self.navigationController pushViewController:ctrl animated:YES];
        __weak AreaSelectViewController *_ctrl = ctrl;
        [ctrl setSelectedCityBlock:^(AreaModel * info) {
            //获取城市名字
            [self.cityName setTitle:info.areaName forState:UIControlStateNormal];
            
            [_ctrl.navigationController popViewControllerAnimated:YES];
        }];
    

    下载链接地址

    相关文章

      网友评论

          本文标题:好用的城市选择器

          本文链接:https://www.haomeiwen.com/subject/uzvjdqtx.html