Skip to content

suterusu/RingFileView-Objective-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RingFileView-Objective-C

RingFileView はリングファイルをイメージした画像ビューアーです。

RingFileView written in Objective-C, which can be used as a ImageViewer like a RingFile.

タイトル ブラックジャックによろしく

著作者名 佐藤秀峰

サイト名 漫画 on web

Easy to use

_ringFile = [[RingFileView alloc]initWithOrigin:CGPointMake(10, 10) PaperSize:CGSizeMake(200,300) PaperHoleInsetPersent:0.001 RingRadius:10];
[self.view addSubview:_ringFileView];
_ringFile.dataSource = ImageProvider Object;
[_ringFile setEachFrontPageSmallerIndex:0];
_ringFile.animationDuration =5;
[self.view addSubview:_ringFile];    

add getNextPageImageAtPageIndex In ringFile.dataSource return UIImageObject;

Set Page 5.

[_ringFile setEachFrontPageSmallerIndex:5];

Turn to Right.

[_ringFile turnThePageAtDirection:RightTOLeft]

Turn To Left.

[_ringFile turnThePageAtDirection:LeftToRight]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published