Skip to content

Instantly share code, notes, and snippets.

@Alvis-Li
Alvis-Li / Masonry 九宫格
Last active March 3, 2017 11:42
iOS 使用Masonry创建九宫格
#import "ViewController.h"
#import "Masonry.h"
@interface ViewController (){
UIView *bView;
}
@end
@implementation ViewController
- (void)viewDidLoad {