문제

I have validated UITextfield to enter numbers only as well as limited to 5 digits. But how can i check whether the entered 5 digit code is a valid US zip code or not? Can someone provide a code/sample app which performs this functionality?

도움이 되었습니까?

해결책

You can look here http://www.populardata.com/zipcode_database.html and can download the list of U.S zip code the data is in CSV format but can be converted easily in to xml then you can include the xml in to your project and compare every time you need to with the xml file through various parsing methods.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top