Class UIPageViewControllerTransitionStyle


  • public final class UIPageViewControllerTransitionStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long PageCurl
      Navigate between views via a page curl transition.
      static long Scroll
      Navigate between views by scrolling.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PageCurl

        public static final long PageCurl
        Navigate between views via a page curl transition.
        See Also:
        Constant Field Values
      • Scroll

        public static final long Scroll
        Navigate between views by scrolling.
        See Also:
        Constant Field Values