Skip to content

Commit 223a962

Browse files
committed
item size IBInspectable support
1 parent ff3baf7 commit 223a962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPYGridPagingLayout/Classes/CPYGridPagingLayout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ typedef NS_ENUM(NSInteger, CPYGridPagingLayoutDirection) {
3434
3535
Warming: if the option be set, blankBetweentPages will be automatically be set with YES.
3636
*/
37-
@property (nonatomic, assign) CGSize itemSize;
37+
@property (nonatomic, assign) IBInspectable CGSize itemSize;
3838

3939
@end

0 commit comments

Comments
 (0)