All Projects → Fogh → Afaddressbookmanager

Fogh / Afaddressbookmanager

Licence: mit
Get contacts from iOS Address Book by their phone numbers and email addresses. Works on iOS 6+.

Projects that are alternatives of or similar to Afaddressbookmanager

ember-phone-input
An Ember.js component to handle international phone numbers
Stars: ✭ 22 (-8.33%)
Mutual labels:  phone-number
Vue Phone Number Input
A phone number input made with Vue JS (format & valid phone number)
Stars: ✭ 407 (+1595.83%)
Mutual labels:  phone-number
Phone
With a given country and phone number, validate and reformat the mobile phone number to the E.164 standard. The purpose of this is to allow us to send SMS to mobile phones only.
Stars: ✭ 531 (+2112.5%)
Mutual labels:  phone-number
Countrycodepicker
Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.
Stars: ✭ 259 (+979.17%)
Mutual labels:  phone-number
Libphonenumber For Php
PHP version of Google's phone number handling library
Stars: ✭ 3,938 (+16308.33%)
Mutual labels:  phone-number
Phoneinfoga
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Stars: ✭ 5,927 (+24595.83%)
Mutual labels:  phone-number
intl-tel-input-rails
intl-tel-input for the Rails asset pipeline
Stars: ✭ 35 (+45.83%)
Mutual labels:  phone-number
Crboxinputview
Verify code input view. Support security type for password.短信验证码输入框,支持密文模式
Stars: ✭ 749 (+3020.83%)
Mutual labels:  phone-number
Libphonenumber Csharp
Offical C# port of https://github.com/googlei18n/libphonenumber
Stars: ✭ 396 (+1550%)
Mutual labels:  phone-number
Chinamobilephonenumberregex
Regular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。
Stars: ✭ 4,440 (+18400%)
Mutual labels:  phone-number
Awesome Falsehood
😱 Falsehoods Programmers Believe in
Stars: ✭ 16,614 (+69125%)
Mutual labels:  phone-number
Awesome Phonenumber
Google's libphonenumber pre-compiled with the closure compiler
Stars: ✭ 357 (+1387.5%)
Mutual labels:  phone-number
Dial2verify Twilio
Phone verification at no cost
Stars: ✭ 432 (+1700%)
Mutual labels:  phone-number
react-native-phone-number-input
React Native component for phone number.
Stars: ✭ 206 (+758.33%)
Mutual labels:  phone-number
Intl Tel Input
A JavaScript plugin for entering and validating international telephone numbers
Stars: ✭ 5,963 (+24745.83%)
Mutual labels:  phone-number
haoma
手机固话电话号码标记批量查询📞📌
Stars: ✭ 52 (+116.67%)
Mutual labels:  phone-number
Edittext Mask
The custom masks for EditText. The solution for input phone numbers, SSN, and so on for Android
Stars: ✭ 413 (+1620.83%)
Mutual labels:  phone-number
Fieldtypephone
ProcessWire Fieldtype for entering 4 part phone numbers: country/area code/number/extension as integers
Stars: ✭ 5 (-79.17%)
Mutual labels:  phone-number
Phonelib
Ruby gem for phone validation and formatting using google libphonenumber library data
Stars: ✭ 731 (+2945.83%)
Mutual labels:  phone-number
Phonenumberkit
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
Stars: ✭ 4,362 (+18075%)
Mutual labels:  phone-number

AFAddressBookManager

Pod version Pod platform Build Status

Get contacts from iOS Address Book by their phone numbers and email addresses. Works on iOS 6+.

Project has been deprecated. Instead you shound be using the Contacts framework

Installation

CocoaPods

platform :ios, '6.0'
pod 'AFAddressBookManager', '~> 1.2'

Manually

Copy all files from AFAddressBookManager folder to your project and add the Address Book framework.

Usage

Import AFAddressBookManager.h in the class where you want to use it.

Available methods

Get name (first and last) of contact by phone number:

+ (NSString *)nameForContactWithPhoneNumber:(NSString *)phoneNumber;

Get photo of contact by phone number:

+ (UIImage *)photoForContactWithPhoneNumber:(NSString *)phoneNumber;

Get name (first and last) of contact by email address:

+ (NSString *)nameForContactWithEmailAddress:(NSString *)emailAddress;

Get photo of contact by email address:

+ (UIImage *)photoForContactWithEmailAddress:(NSString *)emailAddress;

Other iOS Open Source Projects by Me

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].