uicollectionviewcell tag

6 questions


1 answers
73 views
0
Is there a way to display two types of cells (A, B) in the collection view and display the array values only in the cells of A?

As shown in the picture, there are cells with values on the label and cells without displaying anything, but in this state, 3 seems to be in the cell where nothing is displayed (indexpath.row==2).I'd ...


1 answers
85 views
0
Retrieve custom cells in didSelectItemAtIndexPath

When I tap Cell in CollectionView, I am trying to implement the process such as adding subView to Cell like the camera roll in the Twitter app.That's why I wrote this.-(CameraRollCell*)collectionView:...


1 answers
76 views
0
I want to number the pictures selected in the collectionView

We are currently creating an ImagePicker feature that allows you to select multiple photos.Therefore, we have reached the point where we can display the captured photos in UICollectionView.What I want...


1 answers
103 views
0
Scroll through collectionView to move cell's subview to another cell

When I scroll through the collectionView, the cell's subview moves to a different cell.Obtain photos of the camera roll and place them in order in the collectionview.I am writing about tapping the pla...


1 answers
52 views
0
Allow CollectionView cells to have different identifiers each time

Whenever cellForItemAtIndexPath is called in the CollectionView cell, I want to have a different identifier every time, but I don't know how to do it.Or is it not possible?For example, on the first sc...


1 answers
61 views
0
On iPhoneX, the layout of the UICollectionView is out of alignment.

I have a problem with iPhoneX layout.The app we are currently developing has not added LaunchScreenImage (1124x2436, 2436x1124) for iPhone X.I expect the iPhone X to have the same layout as the 4.7 in...


© 2024 OneMinuteCode. All rights reserved.