python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UILabel SizeToFit Not working in UICollectionViewCell
This is my code
class DescriptionsViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
collectionView.dele...
Dee
Votes: 0
Answers: 1
How do I cache cells and also reuse cells in a collectionview that has avplayers embedded in each cell?
Basically what I am trying to do is cache the cell and have the video keep playing. When the user scroll back to the cell, the video should just show from where it was playing.
The problem is that the...
mn1
Votes: 0
Answers: 1
Invisible Cell CollectionView Animation
I got confused by managing animation invisible cell in collectionView.
So I have stacking card collection view, when User pinch out the cell of collection will change the x coordinate. After changing ...
XenixDANA
Votes: 0
Answers: 1
.Net Maui Collectionview frame with label issue
I was wondering if anyone else is experiencing this issue with the latest .Net maui preview(Version 17.2.0 Preview 1.0)
<CollectionView ItemsSource="{Binding EventList}" x:Name="Even...
Mufacka
Votes: 0
Answers: 1