• 大小: 1.52MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: collection  

资源简介

MacOSX开发,内部有封装好的CNGidView,它有完整的委托和数据源,样式自定义,包括鼠标滑过,选中等等...

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  collection
//
//  Created by hanshuang on 2017/3/21.
//  Copyright © 2017年 HS. All rights reserved.
//

#import “AppDelegate.h“
#import “CNGridViewItem.h“
#import “CNGridViewItemLayout.h“

static NSString *kContenttitleKey *kContentImageKey *kItemSizeSliderPositionKey;


@interface AppDelegate ()

@property (strong) CNGridViewItemLayout *defaultLayout;
@property (strong) CNGridViewItemLayout *hoverLayout;
@property (strong) CNGridViewItemLayout *selectionLayout;
@property (weak) IBOutlet NSWindow *window;
@end

@implementation AppDelegate

- (id)init {
    self = [super init];
    if (self) {
        _items = [[NSMutableArray alloc] init];
        _defaultLayout = [CNGridViewItemLayout defaultLayout];
        _hoverLayout = [CNGridViewItemLayout defaultLayout];
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-21 11:42  collection\
     文件        6148  2017-03-31 17:37  collection\.DS_Store
     目录           0  2017-03-31 17:37  __MACOSX\
     目录           0  2017-03-31 17:37  __MACOSX\collection\
     文件         120  2017-03-31 17:37  __MACOSX\collection\._.DS_Store
     目录           0  2017-03-21 11:01  collection\.git\
     文件          15  2017-03-21 10:59  collection\.git\COMMIT_EDITMSG
     文件         137  2017-03-21 10:59  collection\.git\config
     文件          73  2017-03-21 10:59  collection\.git\description
     文件          23  2017-03-21 10:59  collection\.git\HEAD
     目录           0  2017-03-21 10:59  collection\.git\hooks\
     文件         177  2017-03-21 10:59  collection\.git\hooks\README.sample
     文件       25123  2017-03-21 11:01  collection\.git\index
     目录           0  2017-03-21 10:59  collection\.git\info\
     文件          40  2017-03-21 10:59  collection\.git\info\exclude
     目录           0  2017-03-31 17:37  __MACOSX\collection\.git\
     目录           0  2017-03-31 17:37  __MACOSX\collection\.git\info\
     文件         171  2017-03-21 10:59  __MACOSX\collection\.git\info\._exclude
     目录           0  2017-03-21 10:59  collection\.git\logs\
     文件         188  2017-03-21 10:59  collection\.git\logs\HEAD
     目录           0  2017-03-21 10:59  collection\.git\logs\refs\
     目录           0  2017-03-21 10:59  collection\.git\logs\refs\heads\
     文件         188  2017-03-21 10:59  collection\.git\logs\refs\heads\master
     目录           0  2017-03-21 11:01  collection\.git\objects\
     目录           0  2017-03-21 11:00  collection\.git\objects\00\
     文件         770  2017-03-21 11:00  collection\.git\objects\00\5b9ffa3d84bc20cfef0f0de76a6baf48fe4cc5
     目录           0  2017-03-21 11:00  collection\.git\objects\01\
     文件        2493  2017-03-21 11:00  collection\.git\objects\01\760bc49eb736f57f9e698ec24fcd15e239ee69
     目录           0  2017-03-21 11:00  collection\.git\objects\02\
     文件        1316  2017-03-21 11:00  collection\.git\objects\02\f33bc080ced62c6cb044d75b89f6ef18cf135c
     目录           0  2017-03-21 11:00  collection\.git\objects\03\
............此处省略899个文件信息

评论

共有 条评论