Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Material
Commits
6ca569c1
Unverified
Commit
6ca569c1
authored
Feb 06, 2017
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
development: removed unneeded comments
parent
4fa225cb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
6 deletions
+0
-6
Sources/iOS/Grid.swift
+0
-1
Sources/iOS/Material+CALayer.swift
+0
-3
Sources/iOS/Material+UIView.swift
+0
-1
Sources/iOS/PageTabBarController.swift
+0
-1
No files found.
Sources/iOS/Grid.swift
View file @
6ca569c1
...
...
@@ -268,7 +268,6 @@ public struct Grid {
/// A memory reference to the Grid instance for UIView extensions.
fileprivate
var
GridKey
:
UInt8
=
0
/// Grid extension for UIView.
extension
UIView
{
/// Grid reference.
public
var
grid
:
Grid
{
...
...
Sources/iOS/Material+CALayer.swift
View file @
6ca569c1
...
...
@@ -94,10 +94,8 @@ fileprivate struct MaterialLayer {
}
}
/// A memory reference to the MaterialLayer instance for CALayer extensions.
fileprivate
var
MaterialLayerKey
:
UInt8
=
0
/// Grid extension for UIView.
extension
CALayer
{
/// MaterialLayer Reference.
fileprivate
var
materialLayer
:
MaterialLayer
{
...
...
@@ -249,7 +247,6 @@ extension CALayer {
}
}
/// Grid extension for UIView.
extension
CALayer
{
/**
A method that accepts CAAnimation objects and executes them on the
...
...
Sources/iOS/Material+UIView.swift
View file @
6ca569c1
...
...
@@ -30,7 +30,6 @@
import
UIKit
/// Grid extension for UIView.
extension
UIView
{
/// A property that accesses the backing layer's masksToBounds.
@IBInspectable
...
...
Sources/iOS/PageTabBarController.swift
View file @
6ca569c1
...
...
@@ -54,7 +54,6 @@ public enum PageTabBarAlignment: Int {
case
bottom
}
/// Grid extension for UIView.
extension
UIViewController
{
/// Grid reference.
public
private(set)
var
pageTabBarItem
:
PageTabBarItem
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment