MRJCitySelect 0.2.1.3

MRJCitySelect 0.2.1.3

Maintained by YHJ.



 
Depends on:
MRJTableView>= 0
MJExtension>= 0
MRJUIColorAdditions>= 0
 

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

[email protected], [email protected]

License

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