Commit 6ca569c1 by Daniel Dahan

development: removed unneeded comments

parent 4fa225cb
...@@ -268,7 +268,6 @@ public struct Grid { ...@@ -268,7 +268,6 @@ public struct Grid {
/// A memory reference to the Grid instance for UIView extensions. /// A memory reference to the Grid instance for UIView extensions.
fileprivate var GridKey: UInt8 = 0 fileprivate var GridKey: UInt8 = 0
/// Grid extension for UIView.
extension UIView { extension UIView {
/// Grid reference. /// Grid reference.
public var grid: Grid { public var grid: Grid {
......
...@@ -94,10 +94,8 @@ fileprivate struct MaterialLayer { ...@@ -94,10 +94,8 @@ fileprivate struct MaterialLayer {
} }
} }
/// A memory reference to the MaterialLayer instance for CALayer extensions.
fileprivate var MaterialLayerKey: UInt8 = 0 fileprivate var MaterialLayerKey: UInt8 = 0
/// Grid extension for UIView.
extension CALayer { extension CALayer {
/// MaterialLayer Reference. /// MaterialLayer Reference.
fileprivate var materialLayer: MaterialLayer { fileprivate var materialLayer: MaterialLayer {
...@@ -249,7 +247,6 @@ extension CALayer { ...@@ -249,7 +247,6 @@ extension CALayer {
} }
} }
/// Grid extension for UIView.
extension CALayer { extension CALayer {
/** /**
A method that accepts CAAnimation objects and executes them on the A method that accepts CAAnimation objects and executes them on the
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
import UIKit import UIKit
/// Grid extension for UIView.
extension UIView { extension UIView {
/// A property that accesses the backing layer's masksToBounds. /// A property that accesses the backing layer's masksToBounds.
@IBInspectable @IBInspectable
......
...@@ -54,7 +54,6 @@ public enum PageTabBarAlignment: Int { ...@@ -54,7 +54,6 @@ public enum PageTabBarAlignment: Int {
case bottom case bottom
} }
/// Grid extension for UIView.
extension UIViewController { extension UIViewController {
/// Grid reference. /// Grid reference.
public private(set) var pageTabBarItem: PageTabBarItem { public private(set) var pageTabBarItem: PageTabBarItem {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment