Skip to content

This is the dynamic view to add and display hash tags in iOS Applicaitons.

License

Notifications You must be signed in to change notification settings

Alnk666/ANTagsView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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];

About

This is the dynamic view to add and display hash tags in iOS Applicaitons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%