Open alexgoodison opened 7 years ago
Please attach a sample project and a screenshot/video.
Here is a screenshot of how I have my scroll view setup in the story board
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!
You may be seeing what I did with unselectable/unremovable tags.
I commented in #130 maybe it will point you in the right direction.
@alexgoodison Have you solved this issue? If you did, what solution have you used?
Thank's!
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