Does anyone have an idea how to build a flip page? I saw it in flash applications, and I want them to have the same functionality for our iPad application ... I want the bottom of the panel to have an inverted corner that you can drag and turn the page :) .. .
You can also use the cocos2d framework to work with a flip page (see CCPageTurn3D for more information).
Both UIViewAnimationTransitionCurlUp / Down and the transition used in cocos2d support views with only one visible page (left or right) at a time. If you are interested in how to make the flip page effect in general (with the left and / or right page visible at a time), check out this post: Implementing the 2D Flip effect page on iPhone OS or this: Adding a third dimension to the page flipping effect on iPhone OS .
When setting the transition, use
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view.superview cache:YES];
That should do the trick
Here is an example of how you can make a flip book in HTML that works on the iPad http://devaldi.com/zine/NZ_Tourism_2007.php?ro=html,flash&prefer=true
I think I am using one of the libraries found on this page for jQuery flip books: http://www.webresourcesdepot.com/5-free-jquery-page-flip-plugins-for-book-like-interfaces/
Currently, anyone who creates an application for iOS 5 and above can use the UIPageViewController, it is very easy to use. more information can be found here: http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html
Source: https://habr.com/ru/post/1308653/More articles:MySQLDump without locking tables - mysqlLinq-to-Sql mapping / casting problem for different types - castingIt is necessary that java regex matches a substring with several spaces, only one punctuation is javaReading files through php - phpOpen a pdf file in my iPad with searchable text - pdfTesting if an object is deleted - c ++What are the factors when choosing a specific database management system? - language-agnosticIn the function `_start ': init.c :(. Text + 0x30): undefined reference to` main' - chttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1308657/starting-to-construct-a-data-access-layer-things-to-consider&usg=ALkJrhhdJ8RGXJl-VEzRJGcxIZokpRVnAAHow to change the contents of a UIImageView image by code? - iphoneAll Articles