MRJCitySelect - 城市选择控件

MRJCitySelect - 城市选择控件

Swift UI相关控件

详细介绍

MRJCitySelect

CI Status Version License Platform

Example

效果图

如何使用

CitySelectViewController *vc = [[CitySelectViewController alloc] init];
        vc.navTitle = @"城市选择";
        vc.cityBlock = ^(CityModelManger *city) {
            MRJLog(@"选择的城市是%@", city.regionName);
        };

Requirements

Installation

MRJCitySelect is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MRJCitySelect'

Author

mrjlovetian@gmail.com, mrjlovetian@gmail.com

License

MRJCitySelect is available under the MIT license. See the LICENSE file for more info.