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
0
votes
0 answers

UIPageViewController PageCurl scroll one page at a time

After user swipes to the page (PageCurl effect) I'd like to disable swipe to the next page until he does something on the current page. I have in the viewDidAppear method [self checkScrolling]; which actually works, but with a delay. If I swipe…
0
votes
1 answer

Implement same page transition in UIDeviceOrientationLandscapeLeft and UIDeviceOrientationLandscapeRight

I have developing project in iOS 6.0 sdk which should work on iOS4.3+ devices, in my project i am using the page curl to navigate betwwen pages , but the page curl happening in LandscapeLeft is not as same as Pagecurl in Landscape Right. I want the…
0
votes
1 answer

Adding page curl animation to view when button is tapped on Appcelerator.Titanium

I'm a newbie in appcelerator.titanium. I started development from today onwards. My problem is, I want to display a page curl transition effect when a button is tapped on one of my view. I used the following code for doing this. But the application…
Midhun MP
  • 103,496
  • 31
  • 153
  • 200
0
votes
2 answers

android out of memory issue in page curl effect

in my app i am trying to show page curl effect using 100 images as explained in the following github link - here In the sample code they are using only two images but in my app i am using around 90 images. This causes the app to get crashed, saying…
Siva K
  • 4,968
  • 14
  • 82
  • 161
0
votes
1 answer

CATransition curling page from top

I realize there is a question with this title but it is not correctly answered. It seems impossible (on iOS 6 at least) to get a page curl animation to play from the top of the screen (i.e. peeling toward the home button). CATransition…
borrrden
  • 33,256
  • 8
  • 74
  • 109
0
votes
0 answers

Empty table rows becomes transparent right before page curl transition

I have a table view. When you add a new item to the table, I display a form sheet for you to enter the name and description of the item to be added to the table. When you press Done, the modal view dismisses and the item's detail view is pushed.…
RyeMAC3
  • 1,023
  • 1
  • 10
  • 17
0
votes
1 answer

How to adding TextView in PageCurl?

I'm new in android and I've found this great android page curl in this link http://code.google.com/p/android-page-curl/. My question is, how to add TextView?? I've tried it but it always force close when i try. Here is my code in layout…
Faras
  • 59
  • 1
  • 7
0
votes
3 answers

Dismiss a curled page

From my main view, i have a button that when pressed triggers a modal segue with curl effects, which in turn shows 3 buttons, which all have modal segues. When any of these buttons are pressed, they show another view, but i can't seem to get rid of…
bob3825
  • 51
  • 1
0
votes
1 answer

Why can't I change UIBarButtonSystemItemPageCurl item tint?

I am using iOS 5.1 with StoryBoards. I want to change the tint of the standard page curl button, but I don't seem to be able too. The button is on a View Controller and is a pushed View Controller of a Navigation Controller. The toolbar is inferred,…
Peter
  • 288
  • 3
  • 8
0
votes
1 answer

UIPageView - curling is slow

I've got an magazine app which contains big images. When I want to turn over the page there is a big delay before the page will be turned. So I try to cache previous, current and next page but without effect. I think I'm adding viewControllers but…
Michal Jurník
  • 820
  • 1
  • 8
  • 23
0
votes
1 answer

Can i make curl page effect with EAGLView?

I want to get the effect like Google Maps, but replace MapView with EAGLView.Is this possible and how? I used link.It use UIView as targetView,there's something wrong when set targetView to EAGLView i'm not sure it support EAGLView
Maadiah
  • 431
  • 6
  • 20
0
votes
0 answers

error in Implement page curl on android?

https://github.com/harism/android_page_curl/ with reference of this URL, I Developed page curl effect in my Android application. I want effect like book page curl. when the page curl its back side page shows in mirror effect. but after page flip…
Youddh
  • 1,511
  • 4
  • 34
  • 51
0
votes
1 answer

How do you keep the toolbar on top like the map app on iPhone?

When the page curl affect takes place, is curling my toolbar as well. Thanks!
Unikorn
  • 1,140
  • 1
  • 13
  • 27
0
votes
1 answer

Page curl with active content

I've got an magazine app. In it, I implement AFK Page Flipper for page curl. But now I have no idea how to create active content. I mean for example when I've got image on page I want to tap on it and get bigger in model view. Like in Flipboard…
Michal Jurník
  • 820
  • 1
  • 8
  • 23
0
votes
1 answer

Objective-C - Detect dismiss of a view after page curl

I have a Main View which call a settings panel in another view with the page curl transition. All seems fine, but when I close the settings view it doesn't trigger the "viewWillAppear" method of my Main View causing me a lot of troubles because it…
Alberto Schiariti
  • 1,546
  • 2
  • 15
  • 31
1 2 3
11
12