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
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
Hi I want to change the spacing in-between images and have found in your sample that I have to do it in both the storyboard options and the code:
/// Readwrite. A float value which indicates the spacing between cells. @IBInspectable public var interitemSpacing: CGFloat = 40.0
I don't know if its a mistake or its suppose to be like that. Thought I would tell you anyway.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I want to change the spacing in-between images and have found in your sample that I have to do it in both the storyboard options and the code:
/// Readwrite. A float value which indicates the spacing between cells.
@IBInspectable public var interitemSpacing: CGFloat = 40.0
I don't know if its a mistake or its suppose to be like that. Thought I would tell you anyway.
The text was updated successfully, but these errors were encountered: