Skip to content

GJJDD/GJJPhotoBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo GJJPhotoBrowser

  • A lightweight framework to quickly create a similar inApp image viewer
  • GJJPhotoBrowser是一个快速创建类似inapp图片浏览器效果的轻量级框架

GitHub:GJJDD | code4app:只有一点点 || PR is welcome,or feedback

Contents


Getting Started【开始使用】

Features【能做什么】

  • GJJPhotoBrowser是一个快速创建类似inapp图片浏览器效果的轻量级框架

Installation【安装】

Manually【手动导入】

  • Drag all source files under floder GJJPhotoBrowserView to your project.【将GJJPhotoBrowserView文件夹中的所有源代码拽入项目中】
  • Import the main header file:#import "GJJPhotoBrowsers.h"【导入主头文件:#import "GJJPhotoBrowsers.h"

Use【使用方式】

1:导入#import "GJJPhotoBrowsers.h"

2:创建GJJPhotoBrowserCollectionView *collectionView = [[GJJPhotoBrowserCollectionView alloc] init];

3:将collectionView添加到需要的view中

4:创建GJJPhotoBrowerLayoutModel模型并设置属性

Examples【示例】

UITableView【在UITableView中的使用】

UICollectionView【在UICollectionView中的使用】

## PhotoBrowser【仿in图片浏览动画】

# Analysis【分析】

期待

  • 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的框架代码看看BUG修复没有)
  • 如果在使用过程中发现功能不够用,希望你能Issues我,我非常想为这个框架增加更多好用的功能,谢谢
  • 如果你想为GJJPhotoBrowser输出代码,请拼命Pull Requests我

About

仿in首页图片浏览器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published