[CM-893] updated comments added to icon view and icon category

This commit is contained in:
PanchamiShenoy 2022-09-29 11:41:15 +05:30 committed by PanchamiShenoy
parent 5aaea7c536
commit fc3118598d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
import Foundation import Foundation
/// Category for images /// Category for icons (intended for small images having a fixed size and ratio)
public struct IconCategory: Classification { public struct IconCategory: Classification {
/// The type of View category supports /// The type of View category supports
public typealias View = CatalogDisplayView<IconView> public typealias View = CatalogDisplayView<IconView>

View File

@ -8,7 +8,7 @@ import UIKit
/// A view to display a given image at a fixed size and ratio /// A view to display a given image at a fixed size and ratio
final public class IconView: UIImageView { 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 public typealias Model = UIImage
private enum Style { private enum Style {