Answer the question
In order to leave comments, you need to log in
Implementing Tags in swift?
Essence of the question:
I want to implement tags (something like a tag cloud)
It should look something like this (as I see it)
WheelViewController In which there are two sections:
1 section - collectionView in which tags are implemented by cells
2 section - collectionView in which info is displayed The
question is, how can I correctly implement tag cells so that they adjust to the size of the word
ZY . everything is written completely on the Swift storyboard, I don’t use it!
Answer the question
In order to leave comments, you need to log in
Why do you need two CollectionViews? What is the information that changes when the tag is clicked?
And look away like this:
UICollectionViewDelegate
func collectionView(UICollectionView, didSelectItemAt: IndexPath)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question