三级联动地图选择器 JCCMapPicker

码农软件 · 软件分类 · 选择器(Picker) · 2019-06-06 07:59:20

软件介绍

JCCMapPicker 是一款三级联动地图选择器。

使用

导入库

import "JCCUIKit.h"

JCCUIKit 下载地址

示例

- (CIHMapPickerView *)mapPickerView
{    if (!_mapPickerView) {
        _mapPickerView = [[CIHMapPickerView alloc] init];
        _mapPickerView.delegate = self;
    }    return _mapPickerView;
}

- (void)hideMapPickerView
{    if (self.mapPickerView.superview) {
        [self.mapPickerView removeFromSuperview];
    }
}#pragma mark - CIHMapPickerViewDelegate- (void)mapPickerViewDidSelectCancel:(CIHMapPickerView *)mapPickerView
{
    [self hideMapPickerView];
}

- (void)mapPickerView:(CIHMapPickerView *)mapPickerView didPickerLocation:(CIHLocation *)location
{
    [self hideMapPickerView];    NSString *addr = [location addr];
}

本文地址:https://codercto.com/soft/d/7356.html

The Art and Science of CSS

The Art and Science of CSS

Jonathan Snooks、Steve Smith、Jina Bolton、Cameron Adams、David Johnson / SitePoint / March 9, 2007 / $39.95

Want to take your CSS designs to the next level? will show you how to create dozens of CSS-based Website components. You'll discover how to: # Format calendars, menus and table of contents usin......一起来看看 《The Art and Science of CSS》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

html转js在线工具
html转js在线工具

html转js在线工具