Xamarin的国家选择器

时间:2017-09-15 17:36:24

标签: ios xamarin xamarin.ios

Xamarin(特别是Xamarin.IOS)是否有任何NuGet包或国家选择器组件?

我为Native IOS找到了一些库。

CountryPicker

MRCountryPicker

我希望在Xamarin中有类似的上述内容

由于

1 个答案:

答案 0 :(得分:2)

Here是我的样本。

enter image description here

CountryPickerBind是 BindingProject

PickerSample是一个使用dll的简单演示,你可以运行它并看到效果。

在项目中使用CountryPicker的步骤。

  1. 构建CountryPickerBind

  2. 将dll的引用添加到项目中。(dll位于CountryPickerBind中的bin / Debug / * .dll)

  3. enter image description here

    1. 在故事板或xib中添加PickerView,并制作班级CountryPicker
    2. enter image description here

      1. 按照ViewController中的代码分配代理。

      2. 添加图片(Resources / CountryPicker.bundle / * .png);

      3. 运行!

      4. enter image description here