Class UIPageViewControllerSpineLocation


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

      Fields 
      Modifier and Type Field Description
      static long Max
      Requires one view controller.
      static long Mid
      Requires two view controllers.
      static long Min
      Requires one view controller.
      static long None
      Returned if 'spineLocation' is queried when 'transitionStyle' is not 'UIPageViewControllerTransitionStylePageCurl'.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • None

        public static final long None
        Returned if 'spineLocation' is queried when 'transitionStyle' is not 'UIPageViewControllerTransitionStylePageCurl'.
        See Also:
        Constant Field Values