You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazing project. I was able to get it up and running perfectly, apart from the following issue.
I want to subtract 20 from my cell width in sizeforItemAtIndexPath method to account for 10pt content insets on both sides of the collection view. The issue is that the CGSize I am returning is not what is being rendered on the device or the simulator. This is what I have set in the delegate method:
As you can see, the width should render to 369 pts in the simulator. However, the width rendered is 379.
Any thoughts? THANKS SO MUCH!!
The text was updated successfully, but these errors were encountered:
Greetings!!
Amazing project. I was able to get it up and running perfectly, apart from the following issue.
I want to subtract 20 from my cell width in
sizeforItemAtIndexPath
method to account for 10pt content insets on both sides of the collection view. The issue is that theCGSize
I am returning is not what is being rendered on the device or the simulator. This is what I have set in the delegate method:As you can see, the width should render to 369 pts in the simulator. However, the width rendered is 379.
Any thoughts? THANKS SO MUCH!!
The text was updated successfully, but these errors were encountered: