GridMenuItem
public struct GridMenuItem
格子菜单实体
-
编码
Declaration
Swift
public var code: String -
标题
Declaration
Swift
public var title: String -
图片
Declaration
Swift
public var image: UIImage? -
角标类型,默认为无
Declaration
Swift
public var markType: CornerMarkType -
构造函数
Declaration
Swift
public init(code: String, title: String)Parameters
code编码
title标题
-
构造函数
Declaration
Swift
public init(code: String, title: String, image: UIImage?)Parameters
code编码
title标题
image图标
-
构造函数
Declaration
Swift
public init(code: String, title: String, image: UIImage?, markType: CornerMarkType)Parameters
code编码
title标题
image图标
-
/// 构造函数
Declaration
Swift
public init(code: String, title: String, markType: CornerMarkType)Parameters
code编码
title标题
markType角标类型
View on GitHub
GridMenuItem Structure Reference