Skip to content

An iOS view used for selecting contacts. This view is inspired by the contact selection in the iOS Mail and Messages apps

License

Notifications You must be signed in to change notification settings

AssistoLab/THContactPicker

 
 

Repository files navigation

THContactPicker

THContactPicker is an iOS view used for selecting contacts. It is built to mimic the contact selecting functionality in the iOS Mail app. The view can easily be added using interface builder or programmatically. It also supports customization to suit different needs. The view can be added to your project using Cocoapods or by manually adding the files.

Screenshot Screenshot

Customization:

- (void)setBubbleStyle:(THBubbleStyle *)color selectedStyle:(THBubbleStyle *)selectedColor;

Set the style of the contacts item for default and selected states. THBubbleStyle defines the look of each contact item. The following attributes can be modified: text label color, top gradient color, bottom gradient color, border color, border width and corner radius factor. Sample bubble style (iOS 6 look): Screenshot

- (void)setPlaceholderLabelText:(NSString *)text;

Set the text that is displayed in the view when there are no selected contacts

- (void)setPromptLabelText:(NSString *)text;	

Set the text for the Preceding prompt label. If not set, the label will not be displayed

- (void)setFont:(UIFont *)font;

Change the font of all elements in the view

About

An iOS view used for selecting contacts. This view is inspired by the contact selection in the iOS Mail and Messages apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.9%
  • Ruby 1.1%