[CM-893] updated comments added to icon view and icon category
This commit is contained in:
parent
5aaea7c536
commit
fc3118598d
|
@ -6,7 +6,7 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
/// Category for images
|
||||
/// Category for icons (intended for small images having a fixed size and ratio)
|
||||
public struct IconCategory: Classification {
|
||||
/// The type of View category supports
|
||||
public typealias View = CatalogDisplayView<IconView>
|
||||
|
|
|
@ -8,7 +8,7 @@ import UIKit
|
|||
|
||||
/// A view to display a given image at a fixed size and ratio
|
||||
final public class IconView: UIImageView {
|
||||
/// The type of data required to populate the Icon view
|
||||
/// The type of data required to populate the icon view
|
||||
public typealias Model = UIImage
|
||||
|
||||
private enum Style {
|
||||
|
|
Loading…
Reference in New Issue