ios - Setting UICollectionView frame at runtime -


i trying set frame of uicollectionview @ runtime.

i tried using

maincollectionview.frame = cgrect(x: 20, y: 20, width: self.view.frame.width-20, height: self.view.frame.width-20) 

in viewdidload unfortunately stay in ib. not yet using constraints.

otherwise resizing cells working in cellforitem:

 collectioncell.frame.size.width = self.view.frame.width/8 * 3 

try set frame in viewdidlayoutsubviews


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -