ios - How do I achieve spacing between pages in a UICollectionView? -


uicollection has paging uipageviewcontroller. latter, have uipageviewcontrolleroptioninterpagespacingkey set spacing. how best achieved uicollectionview?

you can accomplish explicitly uicollectionviewlayoutattributes, approach (that works collection views , own subview-containing scroll views) tile cells no spacing (which makes layout math simple), make cells transparent.

then within each cell create more opaque content view frame insetrect on cell's bounds.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -