ios - Center UICollectionViewCells -


i need fix small issue uicollectionview, when on 6s device size layout this:

enter image description here

however, want know best way either center them 2 lines, or should shrink them down bit can put 3 of them? think prefer center 2 columns instead i'm not cramming onto same screen. looked wasn't sure layout formatting.

thank you!

i believe 1 or both of these looking for. play values return , see happens. also, constraint inside each cell have effect can not predict without seeing them.

func collectionview(collectionview: uicollectionview, layout collectionviewlayout: uicollectionview, minimuminteritemspacingforsectionatindex section: int) -> cgfloat {     return 0 }  func collectionview(collectionview: uicollectionview, layout collectionviewlayout: uicollectionviewlayout, insetforsectionatindex section: int) -> uiedgeinsets {     return uiedgeinsetsmake(0, 0, 0, 0) } 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -