Giter VIP home page Giter VIP logo

dwtaglist's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @domness
  • ๐Ÿ‘€ Iโ€™m interested in React Native, GCP, React, TypeScript, Node, Swift, VueJS and any new technologies/languages.
  • ๐ŸŒฑ Iโ€™m currently learning React Native, Solidity/Smart Contracts.

dwtaglist's People

Contributors

adrian2112 avatar barrettj avatar domness avatar kajinka13 avatar kreeger avatar link82 avatar madson avatar passerbied avatar runmad avatar safareli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dwtaglist's Issues

Getting the height for a UITableViewCell

Hey, great project - loving it.

I'm trying to put it in a UITableViewCell - so I actually need the fittedSize before it exists (for the heightForRowAtIndexPath).
Any creative ideas of how I can do it?

BG Label color

It could be me, but it appears that when the label is selected and highlighted, that layer/subview is in front of the label text.

I just noticed it and haven't looked at the source yet, so please get me on the right track if I am wrong.

And, I must say, very nice control. Thanx for sharing.

use UIColor instead of colorRef in borderColor property

when you are setting CGColorRef you although need to have strong pointer to original UIColor otherwise if DWTagList needs to redrawn itself borderColor will be deallocated and borders will not be drawn so by changing CGColorRef to UIColor this problem will be fixed;
although making borderColor type UIColor will make api consistent and all color properties will be of same type

Dynamically resize height

How can I have the view dynamically resize the height of the control?

Even in the example code the tag "Long long long long long long tag" gets cut off

Delegate method not called

Hi,
I just want to thank you for your perfect library, however, I'm finding a problem.
I set the delegate:
self.tagList.delegate=self;
And implemented: UIScrollViewDelegate,DWTagListDelegate
Please Notice that if I remove UIScrollViewDelegate I have this problem:
Assigning to 'id UIScrollViewDelegate' from incompatible type 'ClubsViewController*const_strong'

I implemented this delegate method,

  • (void)selectedTag:(NSString *)tagName tagIndex:(NSInteger)tagIndex{
    NSLog(@"selected")};

But nothing happens.

Any comments please?
Thank you.

Update .podspec

Hi, thanks for great component.
Could you update the .podspec file so it points to the latest version/commit?
Thx.

setBorderColor crash

If I use [UIColor colorWithRed:... to set border color, it crashes.
If I use system defined colors [UIColor lightGrayColor], than it's OK.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.