Closed zladzeyka closed 1 year ago
@zladzeyka I think we also need to add the custom views inside the contentView in CaptureSuggestionsCollectionHeader
Also, all the constraints should be added between custom views and the content view not self. We need to change this in all the cells where we modified how we are adding the custom views.
@zladzeyka I think we also need to add the custom views inside the contentView in
CaptureSuggestionsCollectionHeader
CaptureSuggestionsCollectionHeader : UICollectionReusableView : UIView -> It doesn't have a contentView
@zladzeyka I think we also need to add the custom views inside the contentView in
CaptureSuggestionsCollectionHeader
CaptureSuggestionsCollectionHeader : UICollectionReusableView : UIView -> It doesn't have a contentView
Pff I was checking Apple's documentation for UICollectionReusableView and I've scrolled down and saw a contentview but now I saw that is from UICollectionCell and not from UICollectionReusableView...sorry for the confusion.
Also, all the constraints should be added between custom views and the content view not self. We need to change this in all the cells where we modified how we are adding the custom views.
Good point, I've updated it.
@zladzeyka I fixed all the suggestions and comments :D.
delete button
interaction by adding all cell subviews to itscontentView
on theReview screen
contentView
for cells on theHelp menu screen
,Gallery screen
, inside capture suggestion cell - used inNo results
for image analysis,Help Tips screen
.