Questions tagged [page-curl]

page-curl refers to the effect of flipping through digital documents

page-curl refers to the effect of flipping through the pages of a digital document as if it were a physical document. The benefit of having a flip page document is that it affords the user experience of reading an actual copy of a physical document or magazine.

170 questions
2
votes
0 answers

Page curl up - for landscape left and landscape right

I am trying to create a page turn application in xcode. The page turn works fine for landscape right but for landscape left, the page curl happens from the left. I added a container view and then the page curl on landscape left started happening…
Nick
  • 21
  • 3
2
votes
1 answer

Why can't I stop the page-curl animation in UIPageViewController

I trying to use UIPageViewController to move between controllers. Everything is working fine, but the only issue is that I am changing the transition style in the storyboard from page-curl to scroll. but it is not working. When I run the app and…
mahdi
  • 149
  • 12
2
votes
2 answers

where to start for Page flip effect in android?

I have search a lot for page flip effect in android. I found some links. An example for flip without using OpenGL. But I want to implement a 3D real page flip effect for android. same as This Or the effect you have seen in IReader for…
Arslan Anwar
  • 18,746
  • 19
  • 76
  • 105
2
votes
1 answer

How to use a user IP with PHP/cURL?

I have a server, but cURL is using server's IP address. I want cURL to use the IP address of the person entering the server. How can I do this?
Enes Can Işık
  • 35
  • 1
  • 2
  • 11
2
votes
1 answer

how do i add page curl effect in ImageView and also that ImageView should be zoom able and should be scroll able when its zoomed

I need page curl effect for android. I checked the following links Both are working fine with limited images if I add more images its crash application. And for Zoom I checked following link but TouchImageView and pagecurl both not working…
2
votes
2 answers

How to associate full page curl animation for modalviewcontroller?

Currently I am showing a modal view controller for some info . I want to show or hide the modal view controller with full page curl animation . Currently I am showing this modal view controller from one of the view controller of the tab bar…
harshalb
  • 6,012
  • 13
  • 56
  • 92
2
votes
0 answers

Android Page curl / flip / turn animation between ACTIVITIES (NOT images)

has anyone been able to simulate a 3d-ish page curl animation with an XML anim file? I have seen multiple questions on this topic, but all the answers usually lead to links with source code for a 3d page curl library that is meant for animation…
2
votes
3 answers

Does Core Animation provide public APIs for iBook style page curl page transitions?

Does Core Animation provide public APIs for iBook style page curl page transitions? I have seen this blog post which is an almost exact re-engineering of iBook page-curl transitions but it relies on private APIs. Is there in fact a public version…
dugla
  • 12,774
  • 26
  • 88
  • 136
2
votes
0 answers

Implement Page Curl/ Turn effect on single layout

I know page curl is discussed a lot times before(like here, here , this). Am supposed to do a book like application where while turning the pages would give the feel of a real book page. I have a layout which holds a text view and on next and…
suja
  • 1,198
  • 2
  • 12
  • 32
2
votes
1 answer

How to use Harism page curl for right to left languages

I want to use Harism project in my application. I want to know how can I change the code for right to left languages. Harism works in one page and two page mode. I guess if I can show left page in one page mode I can use it in my project. Can…
Mojtaba Mahamed
  • 495
  • 2
  • 4
  • 18
2
votes
0 answers

Viewing pdf document in portrait/landscape in page curl with zoom in/zoom out xcode?

In my application project for page curl effect, I'm using this github project UIPageViewController-PDF and I have two types of pdf documents, one document is in portrait view(vertical document) and another document is in landscape view(horizontal…
2
votes
0 answers

How Fix Custom Page Curl Segue & Show Animations in ViewControllers iOS 6?

Well the problem that I have now is, how can I create a custom segue, like a modal partial curl?, but in best way like a real page curl segue?, I will try create in a better version using, study from another tutorials but, don't work perfectly or…
user_Dennis_Mostajo
  • 2,279
  • 4
  • 28
  • 38
2
votes
1 answer

How to stop Executors.newSingleThreadScheduledExecutor(); in between the thread execution?

Below I am posting my code for the thread I am running to animate text in a RelativeLayout on top of the Page Curl activity by harism. public void startProgress(final int index) { runnable = new Runnable() { @Override public…
user1952459
2
votes
1 answer

iOS page curl dynamic transition for views

I'm looking for a way to implementing a page curl transition between views. Basically, I've got a view controller in which I have a book. I have to implement the opening of the book and transition between pages. I know about the existance of…
Andra Todorescu
  • 628
  • 10
  • 27
2
votes
1 answer

PageCurlEffect in pageviewcontroller overlaps toolbar

Using Pagecurleffect in pageviewcontroller whenever i turn page it overlaps toolbar. This is my code - (void)viewDidLoad { [super viewDidLoad]; modelArray = [[NSMutableArray alloc] init]; for (int index = 1; index <= totalPages; index++) { …
user1120133
  • 3,244
  • 3
  • 48
  • 90