Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 632 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 632 Bytes

ADTagsView - Customizable View for Hashtags

Basic useful feature list:

  • Create dynamic height View for Hash tags
  • Customizeable look and feel for Tags.

Screenshot

Example Example

Usage

here's some example code! 👍

    ANTagsView *tagsView = [[ANTagsView alloc] initWithTags:tagsToDisplay];
    [tagsView setTagCornerRadius:12];
    [tagsView setTagBackgroundColor:[UIColor blueColor]];
    [tagsView setTagTextColor:[UIColor whiteColor]];
    [tagsView setBackgroundColor:[UIColor whiteColor]];
    [tagsView setFrameWidth:300];