本文介紹了在將 mPaaS 接入 iOS 客戶端過程中自定義選擇城市的實現方法。
在接入 iOS 過程中,您可以自定義選擇城市。
說明
此功能僅在基線版本 ≥ 10.1.68.27 時生效。
自定義城市列表文件
所有城市
新建城市列表文件,文件以
.txt
結尾,文件內容格式如下:字段 1:adcode。
字段 2:城市名。
字段 3:城市名的拼音,用于配置右側首字母列表。
設置自定義城市列表路徑。文件路徑為相對于 bundle 的相對路徑,如
BeeCityPicker.bundle/citiesWithCounty.text
,SDK 內部會自動讀取此文件名:[BeeCityPickerAdapter sharedInstance].customHotCityTextFile = @"BeeCityPicker.bundle/citiesWithCounty.text";
熱門城市
新建城市列表文件,熱門城市列表文件同 所有城市。
設置自定義熱門城市列表路徑。
[BeeCityPickerAdapter sharedInstance].customHotCityTextFile = @"BeeCityPicker.bundle/hotCities.text";
小程序中自定義城市列表
關于如何在小程序中自定義城市列表,請參見 選擇城市。
文檔內容是否對您有幫助?