ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.64k stars 493 forks source link

Tag won't select on bottom half of ScrollView #133

Open alexgoodison opened 7 years ago

alexgoodison commented 7 years ago

I have inserted my TagListView inside a UIView in a ScrollView and everything looks perfect and scrolls perfectly. Except, the bottom half of the tags (the tags that you would have to scroll to see) when tapped, won't select. I don't know how to fix this.

Thanks in advance for the help. Alex

anti-transmission commented 7 years ago

Please attach a sample project and a screenshot/video.

alexgoodison commented 7 years ago

Here is a screenshot of how I have my scroll view setup in the story board

screen shot 2017-08-03 at 13 48 40

I have one line of code in my ViewDidLoad() referencing the scrollView. (The newsListView is my tag list view) scrollView.contentSize.height = newsListView.frame.height + 15

Here you can view my problem in action https://www.dropbox.com/l/scl/AABkxbaQyMzbD4JSbvGrPilwj5TU9ReqHsU

Thank you!

jimsmithm3 commented 7 years ago

You may be seeing what I did with unselectable/unremovable tags.

I commented in #130 maybe it will point you in the right direction.

lourintp commented 6 years ago

@alexgoodison Have you solved this issue? If you did, what solution have you used?

Thank's!