KorgeUIView

class KorgeUIView(val controller: ViewController) : UIView

Constructors

Link copied to clipboard
constructor(controller: ViewController)

Properties

Link copied to clipboard
val alignmentRectInsets: CValue<UIEdgeInsets>
Link copied to clipboard
var alpha: CGFloat
Link copied to clipboard
var anchorPoint: CValue<CGPoint>
Link copied to clipboard
Link copied to clipboard
var autoresizingMask: UIViewAutoresizing
Link copied to clipboard
var backgroundColor: UIColor?
Link copied to clipboard
val bottomAnchor: NSLayoutYAxisAnchor
Link copied to clipboard
val bounds: CValue<CGRect>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var center: CValue<CGPoint>
Link copied to clipboard
val centerXAnchor: NSLayoutXAxisAnchor
Link copied to clipboard
val centerYAnchor: NSLayoutYAxisAnchor
Link copied to clipboard
Link copied to clipboard
val collisionBoundingPath: UIBezierPath
Link copied to clipboard
val collisionBoundsType: UIDynamicItemCollisionBoundsType
Link copied to clipboard
Link copied to clipboard
var contentMode: UIViewContentMode
Link copied to clipboard
var contentScaleFactor: CGFloat
Link copied to clipboard
var contentStretch: CValue<CGRect>
Link copied to clipboard
Link copied to clipboard
val coordinateSpace: UICoordinateSpaceProtocol
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var directionalLayoutMargins: CValue<NSDirectionalEdgeInsets>
Link copied to clipboard
val editingInteractionConfiguration: UIEditingInteractionConfiguration
Link copied to clipboard
val effectiveUserInterfaceLayoutDirection: UIUserInterfaceLayoutDirection
Link copied to clipboard
Link copied to clipboard
val firstBaselineAnchor: NSLayoutYAxisAnchor
Link copied to clipboard
Link copied to clipboard
val focusEffect: UIFocusEffect?
Link copied to clipboard
Link copied to clipboard
val focusGroupPriority: UIFocusGroupPriority
Link copied to clipboard
val focusItemContainer: UIFocusItemContainerProtocol?
Link copied to clipboard
val frame: CValue<CGRect>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val hash: NSUInteger
Link copied to clipboard
val heightAnchor: NSLayoutDimension
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val keyboardLayoutGuide: UIKeyboardLayoutGuide
Link copied to clipboard
val lastBaselineAnchor: NSLayoutYAxisAnchor
Link copied to clipboard
val layer: CALayer
Link copied to clipboard
Link copied to clipboard
var layoutMargins: CValue<UIEdgeInsets>
Link copied to clipboard
val layoutMarginsGuide: UILayoutGuide
Link copied to clipboard
val leadingAnchor: NSLayoutXAxisAnchor
Link copied to clipboard
val leftAnchor: NSLayoutXAxisAnchor
Link copied to clipboard
var maskView: UIView?
Link copied to clipboard
var maximumContentSizeCategory: UIContentSizeCategory?
Link copied to clipboard
var minimumContentSizeCategory: UIContentSizeCategory?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nextResponder: UIResponder?
Link copied to clipboard
Link copied to clipboard
var overrideUserInterfaceStyle: UIUserInterfaceStyle
Link copied to clipboard
val parentFocusEnvironment: UIFocusEnvironmentProtocol?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val readableContentGuide: UILayoutGuide
Link copied to clipboard
Link copied to clipboard
val rightAnchor: NSLayoutXAxisAnchor
Link copied to clipboard
val safeAreaInsets: CValue<UIEdgeInsets>
Link copied to clipboard
val safeAreaLayoutGuide: UILayoutGuide
Link copied to clipboard
var semanticContentAttribute: UISemanticContentAttribute
Link copied to clipboard
val subviews: List<*>
Link copied to clipboard
Link copied to clipboard
val superview: UIView?
Link copied to clipboard
var tag: NSInteger
Link copied to clipboard
var tintAdjustmentMode: UIViewTintAdjustmentMode
Link copied to clipboard
var tintColor: UIColor
Link copied to clipboard
val topAnchor: NSLayoutYAxisAnchor
Link copied to clipboard
val trailingAnchor: NSLayoutXAxisAnchor
Link copied to clipboard
val traitCollection: UITraitCollection
Link copied to clipboard
val traitOverrides: UITraitOverridesProtocol
Link copied to clipboard
var transform: CValue<CGAffineTransform>
Link copied to clipboard
var transform3D: CValue<CATransform3D>
Link copied to clipboard
val undoManager: NSUndoManager?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val widthAnchor: NSLayoutDimension
Link copied to clipboard
val window: UIWindow?

Functions

Link copied to clipboard
open fun actionForLayer(layer: CALayer, forKey: String): CAActionProtocol?
Link copied to clipboard
open external fun addConstraint(constraint: NSLayoutConstraint)
Link copied to clipboard
open external fun addConstraints(constraints: List<*>)
Link copied to clipboard
open external fun addGestureRecognizer(gestureRecognizer: UIGestureRecognizer)
Link copied to clipboard
open external fun addLayoutGuide(layoutGuide: UILayoutGuide)
Link copied to clipboard
open external fun addMotionEffect(effect: UIMotionEffect)
Link copied to clipboard
open external fun addSubview(view: UIView)
Link copied to clipboard
open external fun alignmentRectForFrame(frame: CValue<CGRect>): CValue<CGRect>
Link copied to clipboard
open external fun alignmentRectInsets(): CValue<UIEdgeInsets>
Link copied to clipboard
open external fun alpha(): CGFloat
Link copied to clipboard
open external fun anchorPoint(): CValue<CGPoint>
Link copied to clipboard
open external fun autoresizesSubviews(): Boolean
Link copied to clipboard
open external fun autoresizingMask(): UIViewAutoresizing
Link copied to clipboard
open external fun backgroundColor(): UIColor?
Link copied to clipboard
open external fun becomeFirstResponder(): Boolean
Link copied to clipboard
open external fun bottomAnchor(): NSLayoutYAxisAnchor
Link copied to clipboard
open external override fun bounds(): CValue<CGRect>
Link copied to clipboard
open external fun bringSubviewToFront(view: UIView)
Link copied to clipboard
open external fun buildMenuWithBuilder(builder: UIMenuBuilderProtocol)
Link copied to clipboard
open external fun canBecomeFirstResponder(): Boolean
Link copied to clipboard
open external override fun canBecomeFocused(): Boolean
Link copied to clipboard
open external fun canPerformAction(action: COpaquePointer?, withSender: Any?): Boolean
Link copied to clipboard
open external fun canResignFirstResponder(): Boolean
Link copied to clipboard
open external override fun center(): CValue<CGPoint>
Link copied to clipboard
open external fun centerXAnchor(): NSLayoutXAxisAnchor
Link copied to clipboard
open external fun centerYAnchor(): NSLayoutYAxisAnchor
Link copied to clipboard
open external override fun class(): ObjCClass?
Link copied to clipboard
open external fun clearsContextBeforeDrawing(): Boolean
Link copied to clipboard
open external fun clipsToBounds(): Boolean
Link copied to clipboard
open fun collisionBoundingPath(): UIBezierPath
Link copied to clipboard
open fun collisionBoundsType(): UIDynamicItemCollisionBoundsType
Link copied to clipboard
open external override fun conformsToProtocol(aProtocol: Protocol?): Boolean
Link copied to clipboard
open external fun constraints(): List<*>
Link copied to clipboard
open external fun constraintsAffectingLayoutForAxis(axis: UILayoutConstraintAxis): List<*>
open external fun contentCompressionResistancePriorityForAxis(axis: UILayoutConstraintAxis): UILayoutPriority
Link copied to clipboard
open external fun contentHuggingPriorityForAxis(axis: UILayoutConstraintAxis): UILayoutPriority
Link copied to clipboard
open external fun contentMode(): UIViewContentMode
Link copied to clipboard
open external fun contentScaleFactor(): CGFloat
Link copied to clipboard
open external fun contentStretch(): CValue<CGRect>
Link copied to clipboard
open external override fun convertPoint(point: CValue<CGPoint>, toCoordinateSpace: UICoordinateSpaceProtocol): CValue<CGPoint>
open external override fun convertPoint(point: CValue<CGPoint>, fromCoordinateSpace: UICoordinateSpaceProtocol): CValue<CGPoint>
open external fun convertPoint(point: CValue<CGPoint>, toView: UIView?): CValue<CGPoint>
open external fun convertPoint(point: CValue<CGPoint>, fromView: UIView?): CValue<CGPoint>
Link copied to clipboard
open external override fun convertRect(rect: CValue<CGRect>, toCoordinateSpace: UICoordinateSpaceProtocol): CValue<CGRect>
open external override fun convertRect(rect: CValue<CGRect>, fromCoordinateSpace: UICoordinateSpaceProtocol): CValue<CGRect>
open external fun convertRect(rect: CValue<CGRect>, toView: UIView?): CValue<CGRect>
open external fun convertRect(rect: CValue<CGRect>, fromView: UIView?): CValue<CGRect>
Link copied to clipboard
open external override fun coordinateSpace(): UICoordinateSpaceProtocol
Link copied to clipboard
open fun copy(sender: Any?)
open external fun copy(): Any?
Link copied to clipboard
open fun cut(sender: Any?)
Link copied to clipboard
open external override fun debugDescription(): String?
Link copied to clipboard
open external fun decodeRestorableStateWithCoder(coder: NSCoder)
Link copied to clipboard
open fun decreaseSize(sender: Any?)
Link copied to clipboard
open fun delete(sender: Any?)
Link copied to clipboard
open external override fun description(): String?
Link copied to clipboard
open external fun didAddSubview(subview: UIView)
Link copied to clipboard
open fun didHintFocusMovement(hint: UIFocusMovementHint)
Link copied to clipboard
open external fun didMoveToSuperview()
Link copied to clipboard
open external fun didMoveToWindow()
Link copied to clipboard
open external override fun didUpdateFocusInContext(context: UIFocusUpdateContext, withAnimationCoordinator: UIFocusAnimationCoordinator)
Link copied to clipboard
open external fun directionalLayoutMargins(): CValue<NSDirectionalEdgeInsets>
Link copied to clipboard
open fun displayLayer(layer: CALayer)
Link copied to clipboard
open external fun doesNotRecognizeSelector(aSelector: COpaquePointer?)
Link copied to clipboard
open fun drawLayer(layer: CALayer, inContext: CGContextRef?)
Link copied to clipboard
open external fun drawRect(rect: CValue<CGRect>)
Link copied to clipboard
open external fun drawViewHierarchyInRect(rect: CValue<CGRect>, afterScreenUpdates: Boolean): Boolean
Link copied to clipboard
open fun duplicate(sender: Any?)
Link copied to clipboard
open external fun editingInteractionConfiguration(): UIEditingInteractionConfiguration
Link copied to clipboard
open external fun effectiveUserInterfaceLayoutDirection(): UIUserInterfaceLayoutDirection
Link copied to clipboard
open external fun encodeRestorableStateWithCoder(coder: NSCoder)
Link copied to clipboard
open external override fun encodeWithCoder(coder: NSCoder)
Link copied to clipboard
open external fun exchangeSubviewAtIndex(index1: NSInteger, withSubviewAtIndex: NSInteger)
Link copied to clipboard
open external fun exerciseAmbiguityInLayout()
Link copied to clipboard
open fun export(sender: Any?)
Link copied to clipboard
open external fun finalize()
Link copied to clipboard
open fun find(sender: Any?)
Link copied to clipboard
open fun findAndReplace(sender: Any?)
Link copied to clipboard
open fun findNext(sender: Any?)
Link copied to clipboard
open fun findPrevious(sender: Any?)
Link copied to clipboard
open external fun firstBaselineAnchor(): NSLayoutYAxisAnchor
Link copied to clipboard
open external override fun focusEffect(): UIFocusEffect?
Link copied to clipboard
open external override fun focusGroupIdentifier(): String?
Link copied to clipboard
open external override fun focusGroupPriority(): UIFocusGroupPriority
Link copied to clipboard
open external override fun focusItemContainer(): UIFocusItemContainerProtocol?
Link copied to clipboard
open external override fun focusItemsInRect(rect: CValue<CGRect>): List<*>
Link copied to clipboard
open external fun forwardingTargetForSelector(aSelector: COpaquePointer?): Any?
Link copied to clipboard
open external fun forwardInvocation(anInvocation: NSInvocation?)
Link copied to clipboard
open external override fun frame(): CValue<CGRect>
Link copied to clipboard
open external fun frameForAlignmentRect(alignmentRect: CValue<CGRect>): CValue<CGRect>
Link copied to clipboard
open external fun gestureRecognizers(): List<*>?
Link copied to clipboard
open external fun gestureRecognizerShouldBegin(gestureRecognizer: UIGestureRecognizer): Boolean
Link copied to clipboard
open external fun hasAmbiguousLayout(): Boolean
Link copied to clipboard
open external override fun hash(): NSUInteger
Link copied to clipboard
open external fun heightAnchor(): NSLayoutDimension
Link copied to clipboard
open external fun hitTest(point: CValue<CGPoint>, withEvent: UIEvent?): UIView?
Link copied to clipboard
open fun increaseSize(sender: Any?)
Link copied to clipboard
open external override fun init(): UIView?
Link copied to clipboard
open external override fun initWithCoder(coder: NSCoder): UIView?
Link copied to clipboard
open external fun initWithFrame(frame: CValue<CGRect>): UIView
Link copied to clipboard
open external fun insertSubview(view: UIView, atIndex: NSInteger)
open external fun insertSubview(view: UIView, belowSubview: UIView)
open external fun insertSubview(view: UIView, aboveSubview: UIView)
Link copied to clipboard
Link copied to clipboard
open external fun intrinsicContentSize(): CValue<CGSize>
Link copied to clipboard
open external fun invalidateIntrinsicContentSize()
Link copied to clipboard
open external fun isDescendantOfView(view: UIView): Boolean
Link copied to clipboard
open external override fun isEqual(object: Any?): Boolean
Link copied to clipboard
open external fun isExclusiveTouch(): Boolean
Link copied to clipboard
open external fun isFirstResponder(): Boolean
Link copied to clipboard
open external fun isFocused(): Boolean
Link copied to clipboard
open external fun isHidden(): Boolean
Link copied to clipboard
open external override fun isKindOfClass(aClass: ObjCClass?): Boolean
Link copied to clipboard
open external override fun isMemberOfClass(aClass: ObjCClass?): Boolean
Link copied to clipboard
open external fun isMultipleTouchEnabled(): Boolean
Link copied to clipboard
open external fun isOpaque(): Boolean
Link copied to clipboard
open external override fun isProxy(): Boolean
Link copied to clipboard
Link copied to clipboard
open external fun isUserInteractionEnabled(): Boolean
Link copied to clipboard
open external fun keyboardLayoutGuide(): UIKeyboardLayoutGuide
Link copied to clipboard
open external fun lastBaselineAnchor(): NSLayoutYAxisAnchor
Link copied to clipboard
open external fun layer(): CALayer
Link copied to clipboard
open fun layerWillDraw(layer: CALayer)
Link copied to clipboard
open external fun layoutGuides(): List<*>
Link copied to clipboard
open external fun layoutIfNeeded()
Link copied to clipboard
open external fun layoutMargins(): CValue<UIEdgeInsets>
Link copied to clipboard
open external fun layoutMarginsDidChange()
Link copied to clipboard
open external fun layoutMarginsGuide(): UILayoutGuide
Link copied to clipboard
open fun layoutSublayersOfLayer(layer: CALayer)
Link copied to clipboard
open external fun layoutSubviews()
Link copied to clipboard
open external fun leadingAnchor(): NSLayoutXAxisAnchor
Link copied to clipboard
open external fun leftAnchor(): NSLayoutXAxisAnchor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open external fun maskView(): UIView?
Link copied to clipboard
open external fun maximumContentSizeCategory(): UIContentSizeCategory?
Link copied to clipboard
open external fun methodForSelector(aSelector: COpaquePointer?): IMP?
Link copied to clipboard
open external fun methodSignatureForSelector(aSelector: COpaquePointer?): NSMethodSignature?
Link copied to clipboard
open external fun minimumContentSizeCategory(): UIContentSizeCategory?
Link copied to clipboard
open external fun motionBegan(motion: UIEventSubtype, withEvent: UIEvent?)
Link copied to clipboard
open external fun motionCancelled(motion: UIEventSubtype, withEvent: UIEvent?)
Link copied to clipboard
open external fun motionEffects(): List<*>
Link copied to clipboard
open external fun motionEnded(motion: UIEventSubtype, withEvent: UIEvent?)
Link copied to clipboard
open fun move(sender: Any?)
Link copied to clipboard
open external fun mutableCopy(): Any?
Link copied to clipboard
open external fun needsUpdateConstraints(): Boolean
Link copied to clipboard
open external fun nextResponder(): UIResponder?
Link copied to clipboard
open external fun overrideUserInterfaceStyle(): UIUserInterfaceStyle
Link copied to clipboard
open external override fun parentFocusEnvironment(): UIFocusEnvironmentProtocol?
Link copied to clipboard
open fun paste(sender: Any?)
Link copied to clipboard
open fun pasteAndGo(sender: Any?)
Link copied to clipboard
open fun pasteAndMatchStyle(sender: Any?)
Link copied to clipboard
open fun pasteAndSearch(sender: Any?)
Link copied to clipboard
open external override fun performSelector(aSelector: COpaquePointer?): Any?
open external override fun performSelector(aSelector: COpaquePointer?, withObject: Any?): Any?
open external override fun performSelector(aSelector: COpaquePointer?, withObject: Any?, _withObject: Any?): Any?
Link copied to clipboard
open external fun pointInside(point: CValue<CGPoint>, withEvent: UIEvent?): Boolean
Link copied to clipboard
open fun preferredFocusedView(): UIView?
Link copied to clipboard
open external override fun preferredFocusEnvironments(): List<*>
Link copied to clipboard
Link copied to clipboard
open external fun pressesBegan(presses: Set<*>, withEvent: UIPressesEvent?)
Link copied to clipboard
open external fun pressesCancelled(presses: Set<*>, withEvent: UIPressesEvent?)
Link copied to clipboard
open external fun pressesChanged(presses: Set<*>, withEvent: UIPressesEvent?)
Link copied to clipboard
open external fun pressesEnded(presses: Set<*>, withEvent: UIPressesEvent?)
Link copied to clipboard
open fun print(sender: Any?)
Link copied to clipboard
open external fun readableContentGuide(): UILayoutGuide
Link copied to clipboard
open external fun remoteControlReceivedWithEvent(event: UIEvent?)
Link copied to clipboard
open external fun removeConstraint(constraint: NSLayoutConstraint)
Link copied to clipboard
open external fun removeConstraints(constraints: List<*>)
Link copied to clipboard
open external fun removeFromSuperview()
Link copied to clipboard
open external fun removeGestureRecognizer(gestureRecognizer: UIGestureRecognizer)
Link copied to clipboard
open external fun removeLayoutGuide(layoutGuide: UILayoutGuide)
Link copied to clipboard
open external fun removeMotionEffect(effect: UIMotionEffect)
Link copied to clipboard
open fun rename(sender: Any?)
Link copied to clipboard
open external fun resignFirstResponder(): Boolean
Link copied to clipboard
open external fun resizableSnapshotViewFromRect(rect: CValue<CGRect>, afterScreenUpdates: Boolean, withCapInsets: CValue<UIEdgeInsets>): UIView?
Link copied to clipboard
open external override fun respondsToSelector(aSelector: COpaquePointer?): Boolean
Link copied to clipboard
open external fun restorationIdentifier(): String?
Link copied to clipboard
open external fun rightAnchor(): NSLayoutXAxisAnchor
Link copied to clipboard
open external fun safeAreaInsets(): CValue<UIEdgeInsets>
Link copied to clipboard
open external fun safeAreaInsetsDidChange()
Link copied to clipboard
open external fun safeAreaLayoutGuide(): UILayoutGuide
Link copied to clipboard
open fun select(sender: Any?)
Link copied to clipboard
open fun selectAll(sender: Any?)
Link copied to clipboard
open external fun semanticContentAttribute(): UISemanticContentAttribute
Link copied to clipboard
open external fun sendSubviewToBack(view: UIView)
Link copied to clipboard
open external fun setAlpha(alpha: CGFloat)
Link copied to clipboard
open external fun setAnchorPoint(anchorPoint: CValue<CGPoint>)
Link copied to clipboard
open external fun setAutoresizesSubviews(autoresizesSubviews: Boolean)
Link copied to clipboard
open external fun setAutoresizingMask(autoresizingMask: UIViewAutoresizing)
Link copied to clipboard
open external fun setBackgroundColor(backgroundColor: UIColor?)
Link copied to clipboard
open external fun setBounds(bounds: CValue<CGRect>)
Link copied to clipboard
open external override fun setCenter(center: CValue<CGPoint>)
Link copied to clipboard
open external fun setClearsContextBeforeDrawing(clearsContextBeforeDrawing: Boolean)
Link copied to clipboard
open external fun setClipsToBounds(clipsToBounds: Boolean)
Link copied to clipboard
open external fun setContentCompressionResistancePriority(priority: UILayoutPriority, forAxis: UILayoutConstraintAxis)
Link copied to clipboard
open external fun setContentHuggingPriority(priority: UILayoutPriority, forAxis: UILayoutConstraintAxis)
Link copied to clipboard
open external fun setContentMode(contentMode: UIViewContentMode)
Link copied to clipboard
open external fun setContentScaleFactor(contentScaleFactor: CGFloat)
Link copied to clipboard
open external fun setContentStretch(contentStretch: CValue<CGRect>)
Link copied to clipboard
open external fun setDirectionalLayoutMargins(directionalLayoutMargins: CValue<NSDirectionalEdgeInsets>)
Link copied to clipboard
open external fun setExclusiveTouch(exclusiveTouch: Boolean)
Link copied to clipboard
open external fun setFocusEffect(focusEffect: UIFocusEffect?)
Link copied to clipboard
open external fun setFocusGroupIdentifier(focusGroupIdentifier: String?)
Link copied to clipboard
open external fun setFocusGroupPriority(focusGroupPriority: UIFocusGroupPriority)
Link copied to clipboard
open external fun setFrame(frame: CValue<CGRect>)
Link copied to clipboard
open external fun setGestureRecognizers(gestureRecognizers: List<*>?)
Link copied to clipboard
open external fun setHidden(hidden: Boolean)
Link copied to clipboard
open external fun setInsetsLayoutMarginsFromSafeArea(insetsLayoutMarginsFromSafeArea: Boolean)
Link copied to clipboard
open external fun setLayoutMargins(layoutMargins: CValue<UIEdgeInsets>)
Link copied to clipboard
open external fun setMaskView(maskView: UIView?)
Link copied to clipboard
open external fun setMaximumContentSizeCategory(maximumContentSizeCategory: UIContentSizeCategory?)
Link copied to clipboard
open external fun setMinimumContentSizeCategory(minimumContentSizeCategory: UIContentSizeCategory?)
Link copied to clipboard
open external fun setMotionEffects(motionEffects: List<*>)
Link copied to clipboard
open external fun setMultipleTouchEnabled(multipleTouchEnabled: Boolean)
Link copied to clipboard
open external fun setNeedsDisplay()
Link copied to clipboard
open external fun setNeedsDisplayInRect(rect: CValue<CGRect>)
Link copied to clipboard
open external override fun setNeedsFocusUpdate()
Link copied to clipboard
open external fun setNeedsLayout()
Link copied to clipboard
open external fun setNeedsUpdateConstraints()
Link copied to clipboard
open external fun setOpaque(opaque: Boolean)
Link copied to clipboard
open external fun setOverrideUserInterfaceStyle(overrideUserInterfaceStyle: UIUserInterfaceStyle)
Link copied to clipboard
open external fun setPreservesSuperviewLayoutMargins(preservesSuperviewLayoutMargins: Boolean)
Link copied to clipboard
open external fun setRestorationIdentifier(restorationIdentifier: String?)
Link copied to clipboard
open external fun setSemanticContentAttribute(semanticContentAttribute: UISemanticContentAttribute)
Link copied to clipboard
open external fun setTag(tag: NSInteger)
Link copied to clipboard
open external fun setTintAdjustmentMode(tintAdjustmentMode: UIViewTintAdjustmentMode)
Link copied to clipboard
open external fun setTintColor(tintColor: UIColor?)
Link copied to clipboard
open external override fun setTransform(transform: CValue<CGAffineTransform>)
Link copied to clipboard
open external fun setTransform3D(transform3D: CValue<CATransform3D>)
open external fun setTranslatesAutoresizingMaskIntoConstraints(translatesAutoresizingMaskIntoConstraints: Boolean)
Link copied to clipboard
open external fun setUserInteractionEnabled(userInteractionEnabled: Boolean)
Link copied to clipboard
open external override fun shouldUpdateFocusInContext(context: UIFocusUpdateContext): Boolean
Link copied to clipboard
open external fun sizeThatFits(size: CValue<CGSize>): CValue<CGSize>
Link copied to clipboard
open external fun sizeToFit()
Link copied to clipboard
open external fun snapshotViewAfterScreenUpdates(afterUpdates: Boolean): UIView?
Link copied to clipboard
open external fun subviews(): List<*>
Link copied to clipboard
open external override fun superclass(): ObjCClass?
Link copied to clipboard
open external fun superview(): UIView?
Link copied to clipboard
open external fun systemLayoutSizeFittingSize(targetSize: CValue<CGSize>): CValue<CGSize>
open external fun systemLayoutSizeFittingSize(targetSize: CValue<CGSize>, withHorizontalFittingPriority: UILayoutPriority, verticalFittingPriority: UILayoutPriority): CValue<CGSize>
Link copied to clipboard
open external fun tag(): NSInteger
Link copied to clipboard
open external fun targetForAction(action: COpaquePointer?, withSender: Any?): Any?
Link copied to clipboard
open external fun tintAdjustmentMode(): UIViewTintAdjustmentMode
Link copied to clipboard
open external fun tintColor(): UIColor
Link copied to clipboard
open external fun tintColorDidChange()
Link copied to clipboard
open fun toggleBoldface(sender: Any?)
Link copied to clipboard
open fun toggleItalics(sender: Any?)
Link copied to clipboard
open fun toggleUnderline(sender: Any?)
Link copied to clipboard
open external fun topAnchor(): NSLayoutYAxisAnchor
Link copied to clipboard
open external fun touchesBegan(touches: Set<*>, withEvent: UIEvent?)
Link copied to clipboard
open external fun touchesCancelled(touches: Set<*>, withEvent: UIEvent?)
Link copied to clipboard
open external fun touchesEnded(touches: Set<*>, withEvent: UIEvent?)
Link copied to clipboard
open external fun touchesEstimatedPropertiesUpdated(touches: Set<*>)
Link copied to clipboard
open external fun touchesMoved(touches: Set<*>, withEvent: UIEvent?)
Link copied to clipboard
open external fun trailingAnchor(): NSLayoutXAxisAnchor
Link copied to clipboard
open external override fun traitCollection(): UITraitCollection
Link copied to clipboard
open external override fun traitCollectionDidChange(previousTraitCollection: UITraitCollection?)
Link copied to clipboard
open external fun traitOverrides(): UITraitOverridesProtocol
Link copied to clipboard
open external override fun transform(): CValue<CGAffineTransform>
Link copied to clipboard
open external fun transform3D(): CValue<CATransform3D>
Link copied to clipboard
open external fun undoManager(): NSUndoManager?
Link copied to clipboard
open external fun updateConstraints()
Link copied to clipboard
open external fun updateConstraintsIfNeeded()
Link copied to clipboard
open external override fun updateFocusIfNeeded()
open fun updateTextAttributesWithConversionHandler(conversionHandler: UITextAttributesConversionHandler?)
Link copied to clipboard
open external fun updateTraitsIfNeeded()
Link copied to clipboard
open fun useSelectionForFind(sender: Any?)
Link copied to clipboard
open external fun validateCommand(command: UICommand)
Link copied to clipboard
open external fun viewForBaselineLayout(): UIView
Link copied to clipboard
open external fun viewForFirstBaselineLayout(): UIView
Link copied to clipboard
open external fun viewForLastBaselineLayout(): UIView
Link copied to clipboard
open external fun viewWithTag(tag: NSInteger): UIView?
Link copied to clipboard
open external fun widthAnchor(): NSLayoutDimension
Link copied to clipboard
open external fun willMoveToSuperview(newSuperview: UIView?)
Link copied to clipboard
open external fun willMoveToWindow(newWindow: UIWindow?)
Link copied to clipboard
open external fun willRemoveSubview(subview: UIView)
Link copied to clipboard
open external fun window(): UIWindow?