page turn Animation on UIWebView in iPhone

2019-03-01 14:06发布

I am new to iPad developer,

I'm using UIWebView on the iPhone to display EPUB content, but I want to implement page turning animation similar to book.

I had seen many demos of page turn effects, but they all are related to view not UIWebView, for eg: see demo I want to implement this page turn effect. on UIWebView

would this be possible? or Should I stop dreaming.

Thanks In Advance !

2条回答
闹够了就滚
3楼-- · 2019-03-01 14:31

I think You have better to use quatrzcore framework to load epub content.Then You can simply achieving this turn over animation by making each page an image.leaves in github is a great example for doing this

查看更多
登录 后发表回答