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
06d223da
Commit
06d223da
authored
Apr 21, 2018
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copyright updated
parent
52dd9554
Hide whitespace changes
Inline
Side-by-side
Showing
84 changed files
with
86 additions
and
86 deletions
+86
-86
LICENSE.md
+1
-1
README.md
+3
-3
Sources/LICENSE
+1
-1
Sources/Material.h
+1
-1
Sources/iOS/Application.swift
+1
-1
Sources/iOS/Bar.swift
+1
-1
Sources/iOS/Border.swift
+1
-1
Sources/iOS/BottomNavigationController.swift
+1
-1
Sources/iOS/Button.swift
+1
-1
Sources/iOS/Card.swift
+1
-1
Sources/iOS/CardCollectionViewCell.swift
+1
-1
Sources/iOS/CardCollectionViewController.swift
+1
-1
Sources/iOS/ChipBar.swift
+1
-1
Sources/iOS/ChipBarController.swift
+1
-1
Sources/iOS/CollectionReusableView.swift
+1
-1
Sources/iOS/CollectionView.swift
+1
-1
Sources/iOS/CollectionViewCell.swift
+1
-1
Sources/iOS/CollectionViewController.swift
+1
-1
Sources/iOS/CollectionViewLayout.swift
+1
-1
Sources/iOS/Color.swift
+1
-1
Sources/iOS/CornerRadius.swift
+1
-1
Sources/iOS/DataSourceItem.swift
+1
-1
Sources/iOS/Depth.swift
+1
-1
Sources/iOS/Device.swift
+1
-1
Sources/iOS/DisplayStyle.swift
+1
-1
Sources/iOS/Divider.swift
+1
-1
Sources/iOS/DynamicFontType.swift
+1
-1
Sources/iOS/EdgeInsets.swift
+1
-1
Sources/iOS/ErrorTextField.swift
+1
-1
Sources/iOS/FABButton.swift
+1
-1
Sources/iOS/FABMenu.swift
+1
-1
Sources/iOS/FABMenuController.swift
+1
-1
Sources/iOS/FlatButton.swift
+1
-1
Sources/iOS/Font.swift
+1
-1
Sources/iOS/Gravity.swift
+1
-1
Sources/iOS/Grid.swift
+1
-1
Sources/iOS/HeightPreset.swift
+1
-1
Sources/iOS/Icon.swift
+1
-1
Sources/iOS/IconButton.swift
+1
-1
Sources/iOS/ImageCard.swift
+1
-1
Sources/iOS/InterimSpace.swift
+1
-1
Sources/iOS/Layer.swift
+1
-1
Sources/iOS/Layout.swift
+1
-1
Sources/iOS/Material+Array.swift
+1
-1
Sources/iOS/Material+CALayer.swift
+1
-1
Sources/iOS/Material+MotionAnimation.swift
+1
-1
Sources/iOS/Material+NSMutableAttributedString.swift
+1
-1
Sources/iOS/Material+String.swift
+1
-1
Sources/iOS/Material+UIFont.swift
+1
-1
Sources/iOS/Material+UIImage.swift
+1
-1
Sources/iOS/Material+UIView.swift
+1
-1
Sources/iOS/Material+UIViewController.swift
+1
-1
Sources/iOS/Material+UIWindow.swift
+1
-1
Sources/iOS/NavigationBar.swift
+1
-1
Sources/iOS/NavigationController.swift
+1
-1
Sources/iOS/NavigationDrawerController.swift
+1
-1
Sources/iOS/NavigationItem.swift
+1
-1
Sources/iOS/Offset.swift
+1
-1
Sources/iOS/PresenterCard.swift
+1
-1
Sources/iOS/PulseAnimation.swift
+1
-1
Sources/iOS/PulseView.swift
+1
-1
Sources/iOS/RaisedButton.swift
+1
-1
Sources/iOS/RobotoFont.swift
+1
-1
Sources/iOS/Screen.swift
+1
-1
Sources/iOS/SearchBar.swift
+1
-1
Sources/iOS/SearchBarController.swift
+1
-1
Sources/iOS/Shape.swift
+1
-1
Sources/iOS/Snackbar.swift
+1
-1
Sources/iOS/SnackbarController.swift
+1
-1
Sources/iOS/SpringAnimation.swift
+1
-1
Sources/iOS/StatusBarController.swift
+1
-1
Sources/iOS/Switch.swift
+1
-1
Sources/iOS/TabBar.swift
+1
-1
Sources/iOS/TableView.swift
+1
-1
Sources/iOS/TableViewCell.swift
+1
-1
Sources/iOS/TableViewController.swift
+1
-1
Sources/iOS/TabsController.swift
+1
-1
Sources/iOS/TextField.swift
+1
-1
Sources/iOS/TextStorage.swift
+1
-1
Sources/iOS/TextView.swift
+1
-1
Sources/iOS/Toolbar.swift
+1
-1
Sources/iOS/ToolbarController.swift
+1
-1
Sources/iOS/TransitionController.swift
+1
-1
Sources/iOS/View.swift
+1
-1
No files found.
LICENSE.md
View file @
06d223da
Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc.
<http://cosmicmind.com>
. All rights reserved.
Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc.
<http://cosmicmind.com>
. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
...
...
README.md
View file @
06d223da
...
...
@@ -32,10 +32,10 @@ Take a look at [Sample Projects](https://github.com/CosmicMind/Samples) to get y
-
[
x
]
FABMenu
-
[
x
]
Icons
-
[
x
]
TextField
-
[
X
]
Snackbar
-
[
x
]
Snackbar
-
[
x
]
Tabs
-
[
x
]
Chips
-
[
X
]
SearchBar
-
[
x
]
SearchBar
-
[
x
]
NavigationController
-
[
x
]
NavigationDrawer
-
[
x
]
BottomNavigationBar
...
...
@@ -200,7 +200,7 @@ So much more inside. Enjoy!
## License
Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc.
<http://cosmicmind.com>
. All rights reserved.
Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc.
<http://cosmicmind.com>
. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
...
...
Sources/LICENSE
View file @
06d223da
Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved.
Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
...
...
Sources/Material.h
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Application.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Bar.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Border.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/BottomNavigationController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Button.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Card.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/CardCollectionViewCell.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/CardCollectionViewController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/ChipBar.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/ChipBarController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/CollectionReusableView.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/CollectionView.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/CollectionViewCell.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/CollectionViewController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/CollectionViewLayout.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Color.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/CornerRadius.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/DataSourceItem.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Depth.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Device.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/DisplayStyle.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Divider.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/DynamicFontType.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/EdgeInsets.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/ErrorTextField.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/FABButton.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/FABMenu.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/FABMenuController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/FlatButton.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Font.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Gravity.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Grid.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/HeightPreset.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Icon.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/IconButton.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/ImageCard.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/InterimSpace.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Layer.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Layout.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+Array.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+CALayer.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+MotionAnimation.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+NSMutableAttributedString.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+String.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+UIFont.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+UIImage.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+UIView.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+UIViewController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Material+UIWindow.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/NavigationBar.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/NavigationController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/NavigationDrawerController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/NavigationItem.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Offset.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/PresenterCard.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/PulseAnimation.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/PulseView.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/RaisedButton.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/RobotoFont.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Screen.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/SearchBar.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/SearchBarController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Shape.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Snackbar.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/SnackbarController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/SpringAnimation.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/StatusBarController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Switch.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TabBar.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TableView.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TableViewCell.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TableViewController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TabsController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TextField.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TextStorage.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TextView.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/Toolbar.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/ToolbarController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/TransitionController.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Sources/iOS/View.swift
View file @
06d223da
/*
* Copyright (C) 2015 - 201
7
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* Copyright (C) 2015 - 201
8
, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
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