SkillAgentSearch skills...

ANTagsView

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

Install / Use

/learn @adnan-nasir/ANTagsView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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! :+1:

    ANTagsView *tagsView = [[ANTagsView alloc] initWithTags:tagsToDisplay];
    [tagsView setTagCornerRadius:12];
    [tagsView setTagBackgroundColor:[UIColor blueColor]];
    [tagsView setTagTextColor:[UIColor whiteColor]];
    [tagsView setBackgroundColor:[UIColor whiteColor]];
    [tagsView setFrameWidth:300];
View on GitHub
GitHub Stars49
CategoryDevelopment
Updated4y ago
Forks11

Languages

Objective-C

Security Score

75/100

Audited on Oct 30, 2021

No findings