Skip to content

Instantly share code, notes, and snippets.

@tomrlq
tomrlq / LRCollectionTableLayout.h
Last active May 24, 2018 05:26
Spreadsheet like layout for UICollectionView with rows, columns, heads.
//
// LRCollectionTableLayout.h
// LRCollectionTableLayout
//
// Created by 阮凌奇 on 16/9/28.
// Copyright © 2016年 HXQC.com. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol LRCollectionTableLayoutDelegate;