Questions tagged as 'uicollectionview'

2
answers

2 Collection View in the same ViewController?

I enclose an image of what I want to do: In the following code, I have a code from a collection where when I click on an image I move with one segue to another VC with the same larger image. How could I change the segue to put the big i...
asked by 08.06.2017 / 10:22
1
answer

add an item or cell having an array, in a collectionView

Greetings to all! I hope someone can solve my problem, I have my CollectionView, and in it I put a sampleObject, which contains an image and a label and a function to add these examples, this returns an array and I put it in my collection: and w...
asked by 16.12.2017 / 00:44
1
answer

Define auto height in UICollectionViewCell

Is there any way that the height of a UICollectionViewCell suits the content as in UITableViewCell ?? Example: In the UITableViewCell I have this code so that the height adapts to the content: self.tableView.rowHeight =...
asked by 07.07.2016 / 11:21
2
answers

Constraints in a chatView

I have a menu with three options, the last option is a very simple chat, when entering for the first time, the dialog balloons are well arranged, but when selecting another menu option and then returning to the chat, the balloons are aligned , c...
asked by 26.11.2018 / 19:18
0
answers

Problem with UICollectionViewCell Custom

I'm doing a questionnaire in ios with swift 3, the problem I have is that when I get to the 4 cell in the collectionView the elements in the UICollectionViewCell are duplicated as shown in the image this is my UICollectionViewCell code...
asked by 09.09.2018 / 05:20
1
answer

CollectionView control

I am developing a game for iPhone with Swift 4 . My problem is this: I have a% co_of% of 10 columns and enough rows, more than 70, so in the iPhone screen only 12 rows of the more than 70 are displayed) We put ourselves in situation:...
asked by 10.05.2018 / 10:57