ProfileImageBubble

class ProfileImageBubble
extension ProfileImageBubble : CALayerDelegate, CVarArg, ContentView, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSCoding, NSObjectProtocol, StaticIdentifiable, UIAccessibilityContentSizeCategoryImageAdjusting, UIAccessibilityIdentification, UIActivityItemsConfigurationProviding, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UIPasteConfigurationSupporting, UIPopoverPresentationControllerSourceItem, UIResponderStandardEditActions, UITraitEnvironment, UIUserActivityRestoring

Undocumented

  • The color for the border of the bubble

    Declaration

    Swift

    var borderColor: UIColor
  • Undocumented

    Declaration

    Swift

    var contentConstraints: ContentConstrainer { get }
  • ContentView conformance; only imposes 32 points of size due to being positioned halfway outside the view

    Declaration

    Swift

    func desiredHeight(forWidth availableWidth: CGFloat = 0) -> CGFloat
  • We want the profile bubble to defy normal rules and not fade out on page changes and transitions

    Declaration

    Swift

    var fadeOnPageChange: Bool { get }
  • The color for the user initials text

    Declaration

    Swift

    var textColor: UIColor
  • Undocumented

    Declaration

    Swift

    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)