YIem`s Blog -心比天高命比纸薄-链接找不到的请在站内搜索内容!

iOS-集合视图-UIcollectionView

iOS-集合视图-UIcollectionView



//
// ViewController.m
// UI20_UIcollectionView
//
// Created by YIem on 16/3/8.
// Copyright © 2016年 YIem. All rights reserved.
//

import "ViewController.h"

import "CollectionViewCell.h"

@interface ViewController ()<UICollectionViewDataSource, UICollectionViewDelegate>

@end

@implementation ViewController

}

@end




//
// CollectionViewCell.h
// UI20_UIcollectionView
//
// Created by YIem on 16/3/8.
// Copyright © 2016年 YIem. All rights reserved.
//

import <UIKit/UIKit.h>

@interface CollectionViewCell : UICollectionViewCell

@end



//
// CollectionViewCell.m
// UI20_UIcollectionView
//
// Created by YIem on 16/3/8.
// Copyright © 2016年 YIem. All rights reserved.
//

import "CollectionViewCell.h"

@implementation CollectionViewCell

@end

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »