Closed Bug 1211982 Opened 9 years ago Closed 9 years ago

Replace custom UICollectionViewLayout with basic UICollectionViewFlowLayout for TopSitesPanel

Categories

(Firefox for iOS :: Home screen, defect)

Other
iOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX
Tracking Status
fxios 2.0+ ---

People

(Reporter: sleroux, Unassigned)

References

Details

In a previous iteration of Top Sites, we had a complex layout which had a grid at the top and table rows at the bottom which was accomplished by writing a custom UICollectionViewLayout. Since we're only displaying tiles in a grid layout, we should remove a lot of this complexity and simply replace it with a UICollectionFlowLayout
After doing some work on the layout, using a basic flow layout won't work for this layout because of the way flow layout auto flows your items. For the various devices we have fine grained control over how many columns/spacing we want and we don't want the 'flowing' nature of flow layout. Closing as WONTFIX.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.