Classes

The following classes are available globally.

  • Undocumented

    Declaration

    Swift

    open class BadgeControl : UIControl
  • 使用时可不使用高度和宽度约束,如果想使用,高度及宽度应设置文字宽高度+padding值, 如文字宽度是20,leftInset是5,rightInset是5,则宽度约束应设置为20 + 5 + 5

    Declaration

    Swift

    @IBDesignable
    open class CSPaddingLabel : UILabel
  • Undocumented

    Declaration

    Swift

    public class Checkbox : UIControl
  • Undocumented

    Declaration

    Swift

    public class CommonShowTextView : UITextView
  • Undocumented

    Declaration

    Swift

    open class FoldTableView : UITableView
    extension FoldTableView: UITableViewDataSource
    extension FoldTableView: UITableViewDelegate
  • Undocumented

    Declaration

    Swift

    open class DefaultGridMenuCell : UICollectionViewCell
  • Undocumented

    Declaration

    Swift

    public class GridMenuView : UIView
    extension GridMenuView: UICollectionViewDataSource
    extension GridMenuView: UICollectionViewDelegate
  • Undocumented

    Declaration

    Swift

    open class PageControl : UIView
  • Undocumented

    Declaration

    Swift

    open class ScrollPageControlView : UIView
  • Undocumented

    Declaration

    Swift

    open class GrowingTextView : UITextView
  • 图片选取View

    Declaration

    Swift

    open class ImagePickGridView : UIView
    extension ImagePickGridView: UICollectionViewDataSource
    extension ImagePickGridView: UICollectionViewDelegate
  • Undocumented

    Declaration

    Swift

    open class ApplicationServiceManagerDelegate : UIResponder, UIApplicationDelegate
    extension ApplicationServiceManagerDelegate: UNUserNotificationCenterDelegate
  • Undocumented

    Declaration

    Swift

    final public class AsyncOperation : Operation
  • Undocumented

    Declaration

    Swift

    final public class NotificationToken : NSObject
  • Undocumented

    Declaration

    Swift

    final public class WeakProxy : NSObject
  • 使用例子(两者皆可): 1、WKUserContentController().weakAdd(self, name: “”) 2、WKUserContentController().add(WeakWKScriptMessageHandler(self), name: “”)

    Declaration

    Swift

    final public class WeakWKScriptMessageHandler : NSObject
    extension WeakWKScriptMessageHandler: WKScriptMessageHandler