Class UICollectionViewListCell

All Implemented Interfaces:
CALayerDelegate, NSCoding, NSObjectProtocol, UIAccessibilityIdentification, UIActivityItemsConfigurationProviding, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UITraitEnvironment, UIUserActivityRestoring, ObjCProtocol

public class UICollectionViewListCell
extends UICollectionViewCell
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • UICollectionViewListCell

      public UICollectionViewListCell()
    • UICollectionViewListCell

      protected UICollectionViewListCell​(NSObject.Handle h, long handle)
    • UICollectionViewListCell

      protected UICollectionViewListCell​(NSObject.SkipInit skipInit)
    • UICollectionViewListCell

      public UICollectionViewListCell​(CGRect frame)
    • UICollectionViewListCell

      public UICollectionViewListCell​(NSCoder coder)
  • Method Details

    • getIndentationLevel

      public long getIndentationLevel()
    • setIndentationLevel

      public void setIndentationLevel​(long v)
    • getIndentationWidth

      public double getIndentationWidth()
    • setIndentationWidth

      public void setIndentationWidth​(double v)
    • isIndentsAccessories

      public boolean isIndentsAccessories()
    • setIndentsAccessories

      public void setIndentsAccessories​(boolean v)
    • getAccessories

      public NSArray<UICellAccessory> getAccessories()
    • setAccessories

      public void setAccessories​(NSArray<UICellAccessory> v)
    • getSeparatorLayoutGuide

      public UILayoutGuide getSeparatorLayoutGuide()
    • getLayerClass

      public static Class<? extends CALayer> getLayerClass()
    • defaultContentConfiguration

      public UIListContentConfiguration defaultContentConfiguration()
    • getUserInterfaceLayoutDirection

      public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection​(UISemanticContentAttribute attribute)
      Since:
      Available in iOS 9.0 and later.
    • getUserInterfaceLayoutDirection

      public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection​(UISemanticContentAttribute semanticContentAttribute, UIUserInterfaceLayoutDirection layoutDirection)
      Since:
      Available in iOS 10.0 and later.