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
e571c995
Commit
e571c995
authored
Mar 07, 2019
by
Vincenzo Favara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Material - Moved files in xcode structure
parent
233691ca
Hide whitespace changes
Inline
Side-by-side
Showing
99 changed files
with
69 additions
and
31 deletions
+69
-31
Material.xcodeproj/project.pbxproj
+69
-31
Sources/iOS/Animation/PulseAnimation.swift
+0
-0
Sources/iOS/Animation/SpringAnimation.swift
+0
-0
Sources/iOS/Application/Application.swift
+0
-0
Sources/iOS/Bar/Bar.swift
+0
-0
Sources/iOS/BottomTabBar/BottomNavigationController.swift
+0
-0
Sources/iOS/Button/BaseIconLayerButton.swift
+0
-0
Sources/iOS/Button/Button.swift
+0
-0
Sources/iOS/Button/CheckButton.swift
+0
-0
Sources/iOS/Button/FABButton.swift
+0
-0
Sources/iOS/Button/FlatButton.swift
+0
-0
Sources/iOS/Button/IconButton.swift
+0
-0
Sources/iOS/Button/RadioButton.swift
+0
-0
Sources/iOS/Button/RaisedButton.swift
+0
-0
Sources/iOS/ButtonGroup/BaseButtonGroup.swift
+0
-0
Sources/iOS/ButtonGroup/CheckButtonGroup.swift
+0
-0
Sources/iOS/ButtonGroup/RadioButtonGroup.swift
+0
-0
Sources/iOS/Card/Card.swift
+0
-0
Sources/iOS/Card/ImageCard.swift
+0
-0
Sources/iOS/Card/PresenterCard.swift
+0
-0
Sources/iOS/Chip/ChipBar.swift
+0
-0
Sources/iOS/Chip/ChipBarController.swift
+0
-0
Sources/iOS/Collection/CardCollectionView/CardCollectionViewCell.swift
+0
-0
Sources/iOS/Collection/CardCollectionView/CardCollectionViewController.swift
+0
-0
Sources/iOS/Collection/CollectionReusableView.swift
+0
-0
Sources/iOS/Collection/CollectionView.swift
+0
-0
Sources/iOS/Collection/CollectionViewCell.swift
+0
-0
Sources/iOS/Collection/CollectionViewController.swift
+0
-0
Sources/iOS/Collection/CollectionViewLayout.swift
+0
-0
Sources/iOS/Color/Color.swift
+0
-0
Sources/iOS/Data/DataSourceItem.swift
+0
-0
Sources/iOS/Device/Device.swift
+0
-0
Sources/iOS/Dialogs/Dialog.swift
+0
-0
Sources/iOS/Dialogs/DialogController.swift
+0
-0
Sources/iOS/Dialogs/DialogView.swift
+0
-0
Sources/iOS/Divider/Divider.swift
+0
-0
Sources/iOS/Extension/Material+Array.swift
+0
-0
Sources/iOS/Extension/Material+CALayer.swift
+0
-0
Sources/iOS/Extension/Material+MotionAnimation.swift
+0
-0
Sources/iOS/Extension/Material+NSMutableAttributedString.swift
+0
-0
Sources/iOS/Extension/Material+String.swift
+0
-0
Sources/iOS/Extension/Material+UIButton.swift
+0
-0
Sources/iOS/Extension/Material+UIColor.swift
+0
-0
Sources/iOS/Extension/Material+UIFont.swift
+0
-0
Sources/iOS/Extension/Material+UIImage.swift
+0
-0
Sources/iOS/Extension/Material+UILabel.swift
+0
-0
Sources/iOS/Extension/Material+UIView.swift
+0
-0
Sources/iOS/Extension/Material+UIViewController.swift
+0
-0
Sources/iOS/Extension/Material+UIWindow.swift
+0
-0
Sources/iOS/FABMenu/FABMenu.swift
+0
-0
Sources/iOS/FABMenu/FABMenuController.swift
+0
-0
Sources/iOS/Font/DynamicFontType.swift
+0
-0
Sources/iOS/Font/Font.swift
+0
-0
Sources/iOS/Font/RobotoFont.swift
+0
-0
Sources/iOS/Grid/Grid.swift
+0
-0
Sources/iOS/Height/HeightPreset.swift
+0
-0
Sources/iOS/Icon/Icon.swift
+0
-0
Sources/iOS/Layer/Layer.swift
+0
-0
Sources/iOS/Layout/Layout.swift
+0
-0
Sources/iOS/Layout/LayoutAnchor.swift
+0
-0
Sources/iOS/Layout/LayoutAttribute.swift
+0
-0
Sources/iOS/Layout/LayoutConstraint.swift
+0
-0
Sources/iOS/Navigation/NavigationBar.swift
+0
-0
Sources/iOS/Navigation/NavigationController.swift
+0
-0
Sources/iOS/Navigation/NavigationItem.swift
+0
-0
Sources/iOS/NavigationDrawer/NavigationDrawerController.swift
+0
-0
Sources/iOS/Screen/Screen.swift
+0
-0
Sources/iOS/SearchBar/SearchBar.swift
+0
-0
Sources/iOS/SearchBar/SearchBarController.swift
+0
-0
Sources/iOS/Snackbar/Snackbar.swift
+0
-0
Sources/iOS/Snackbar/SnackbarController.swift
+0
-0
Sources/iOS/StatusBar/StatusBarController.swift
+0
-0
Sources/iOS/Switch/Switch.swift
+0
-0
Sources/iOS/Tab/TabBar.swift
+0
-0
Sources/iOS/Tab/TabsController.swift
+0
-0
Sources/iOS/Table/TableView.swift
+0
-0
Sources/iOS/Table/TableViewCell.swift
+0
-0
Sources/iOS/Table/TableViewController.swift
+0
-0
Sources/iOS/Text/Editor.swift
+0
-0
Sources/iOS/Text/ErrorTextField.swift
+0
-0
Sources/iOS/Text/ErrorTextFieldValidator.swift
+0
-0
Sources/iOS/Text/TextField.swift
+0
-0
Sources/iOS/Text/TextStorage.swift
+0
-0
Sources/iOS/Text/TextView.swift
+0
-0
Sources/iOS/Theme/Theme.swift
+0
-0
Sources/iOS/Toolbar/Toolbar.swift
+0
-0
Sources/iOS/Toolbar/ToolbarController.swift
+0
-0
Sources/iOS/Transition/DisplayStyle.swift
+0
-0
Sources/iOS/Transition/TransitionController.swift
+0
-0
Sources/iOS/Type/Border.swift
+0
-0
Sources/iOS/Type/CornerRadius.swift
+0
-0
Sources/iOS/Type/Depth.swift
+0
-0
Sources/iOS/Type/EdgeInsets.swift
+0
-0
Sources/iOS/Type/InterimSpace.swift
+0
-0
Sources/iOS/Type/Offset.swift
+0
-0
Sources/iOS/Type/Shape.swift
+0
-0
Sources/iOS/View/PulseView.swift
+0
-0
Sources/iOS/View/View.swift
+0
-0
Sources/iOS/View/ViewController.swift
+0
-0
No files found.
Material.xcodeproj/project.pbxproj
View file @
e571c995
...
@@ -327,19 +327,21 @@
...
@@ -327,19 +327,21 @@
96BCB7611CB40DC500C806FE
/* Grid.swift */
,
96BCB7611CB40DC500C806FE
/* Grid.swift */
,
);
);
name
=
Grid
;
name
=
Grid
;
path
=
Grid
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96090B031D9D709E00709CA6
/* Text */
=
{
96090B031D9D709E00709CA6
/* Text */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
96BCB79D1CB40DC500C806FE
/* TextStorage.swift */
,
9D9089B82118914500605DC9
/* Editor.swift */
,
96BCB79E1CB40DC500C806FE
/* TextView.swift */
,
96BCB79C1CB40DC500C806FE
/* TextField.swift */
,
961F18E71CD93E3E008927C5
/* ErrorTextField.swift */
,
961F18E71CD93E3E008927C5
/* ErrorTextField.swift */
,
9DF58CED20C098C60098968D
/* ErrorTextFieldValidator.swift */
,
9DF58CED20C098C60098968D
/* ErrorTextFieldValidator.swift */
,
9D9089B82118914500605DC9
/* Editor.swift */
,
96BCB79C1CB40DC500C806FE
/* TextField.swift */
,
96BCB79D1CB40DC500C806FE
/* TextStorage.swift */
,
96BCB79E1CB40DC500C806FE
/* TextView.swift */
,
);
);
name
=
Text
;
name
=
Text
;
path
=
Text
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
961154CA1F32999000A78D74
/* Chip */
=
{
961154CA1F32999000A78D74
/* Chip */
=
{
...
@@ -349,6 +351,7 @@
...
@@ -349,6 +351,7 @@
961527B81F3A509900E8B2AC
/* ChipBarController.swift */
,
961527B81F3A509900E8B2AC
/* ChipBarController.swift */
,
);
);
name
=
Chip
;
name
=
Chip
;
path
=
Chip
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
961527531F393C0E00E8B2AC
/* Motion */
=
{
961527531F393C0E00E8B2AC
/* Motion */
=
{
...
@@ -365,6 +368,7 @@
...
@@ -365,6 +368,7 @@
961E6BDE1DDA2A95004E6C93
/* Application.swift */
,
961E6BDE1DDA2A95004E6C93
/* Application.swift */
,
);
);
name
=
Application
;
name
=
Application
;
path
=
Application
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
961E6BE01DDA2ADD004E6C93
/* Screen */
=
{
961E6BE01DDA2ADD004E6C93
/* Screen */
=
{
...
@@ -373,6 +377,7 @@
...
@@ -373,6 +377,7 @@
961E6BE11DDA2AF3004E6C93
/* Screen.swift */
,
961E6BE11DDA2AF3004E6C93
/* Screen.swift */
,
);
);
name
=
Screen
;
name
=
Screen
;
path
=
Screen
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
961E6BEF1DDA4B04004E6C93
/* NavigationDrawer */
=
{
961E6BEF1DDA4B04004E6C93
/* NavigationDrawer */
=
{
...
@@ -381,6 +386,7 @@
...
@@ -381,6 +386,7 @@
96BCB7971CB40DC500C806FE
/* NavigationDrawerController.swift */
,
96BCB7971CB40DC500C806FE
/* NavigationDrawerController.swift */
,
);
);
name
=
NavigationDrawer
;
name
=
NavigationDrawer
;
path
=
NavigationDrawer
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96230AB61D6A51FD00AF47DC
/* Divider */
=
{
96230AB61D6A51FD00AF47DC
/* Divider */
=
{
...
@@ -389,6 +395,7 @@
...
@@ -389,6 +395,7 @@
96230AB71D6A520C00AF47DC
/* Divider.swift */
,
96230AB71D6A520C00AF47DC
/* Divider.swift */
,
);
);
name
=
Divider
;
name
=
Divider
;
path
=
Divider
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96264BE41D833C8400576F37
/* Bar */
=
{
96264BE41D833C8400576F37
/* Bar */
=
{
...
@@ -397,6 +404,7 @@
...
@@ -397,6 +404,7 @@
96BCB7981CB40DC500C806FE
/* Bar.swift */
,
96BCB7981CB40DC500C806FE
/* Bar.swift */
,
);
);
name
=
Bar
;
name
=
Bar
;
path
=
Bar
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
9626CA951DAB5370003E2611
/* Transition */
=
{
9626CA951DAB5370003E2611
/* Transition */
=
{
...
@@ -406,6 +414,7 @@
...
@@ -406,6 +414,7 @@
96BCB7991CB40DC500C806FE
/* TransitionController.swift */
,
96BCB7991CB40DC500C806FE
/* TransitionController.swift */
,
);
);
name
=
Transition
;
name
=
Transition
;
path
=
Transition
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
9626CBCC1DADA5F1003E2611
/* Height */
=
{
9626CBCC1DADA5F1003E2611
/* Height */
=
{
...
@@ -414,6 +423,7 @@
...
@@ -414,6 +423,7 @@
9626CB9A1DAD3D1D003E2611
/* HeightPreset.swift */
,
9626CB9A1DAD3D1D003E2611
/* HeightPreset.swift */
,
);
);
name
=
Height
;
name
=
Height
;
path
=
Height
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
962DDD081D6FBBD0001C307C
/* BottomTabBar */
=
{
962DDD081D6FBBD0001C307C
/* BottomTabBar */
=
{
...
@@ -422,6 +432,7 @@
...
@@ -422,6 +432,7 @@
96BCB7581CB40DC500C806FE
/* BottomNavigationController.swift */
,
96BCB7581CB40DC500C806FE
/* BottomNavigationController.swift */
,
);
);
name
=
BottomTabBar
;
name
=
BottomTabBar
;
path
=
BottomTabBar
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
9630ACB71F29A26B00B4217D
/* Frameworks */
=
{
9630ACB71F29A26B00B4217D
/* Frameworks */
=
{
...
@@ -438,13 +449,14 @@
...
@@ -438,13 +449,14 @@
96BCB7771CB40DC500C806FE
/* DataSourceItem.swift */
,
96BCB7771CB40DC500C806FE
/* DataSourceItem.swift */
,
);
);
name
=
Data
;
name
=
Data
;
path
=
Data
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
9638322C1B88DFD80015F710
=
{
9638322C1B88DFD80015F710
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
96D88BF41C1328D800B91418
/* Sources */
,
963832371B88DFD80015F710
/* Products */
,
963832371B88DFD80015F710
/* Products */
,
96D88BF41C1328D800B91418
/* Sources */
,
);
);
indentWidth
=
2
;
indentWidth
=
2
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
...
@@ -466,6 +478,7 @@
...
@@ -466,6 +478,7 @@
961EFC571D738FF600E84652
/* SnackbarController.swift */
,
961EFC571D738FF600E84652
/* SnackbarController.swift */
,
);
);
name
=
Snackbar
;
name
=
Snackbar
;
path
=
Snackbar
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
963FBF001D66964F008F8512
/* Toolbar */
=
{
963FBF001D66964F008F8512
/* Toolbar */
=
{
...
@@ -475,6 +488,7 @@
...
@@ -475,6 +488,7 @@
96BCB7A01CB40DC500C806FE
/* ToolbarController.swift */
,
96BCB7A01CB40DC500C806FE
/* ToolbarController.swift */
,
);
);
name
=
Toolbar
;
name
=
Toolbar
;
path
=
Toolbar
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
963FBF011D6696AB008F8512
/* Tab */
=
{
963FBF011D6696AB008F8512
/* Tab */
=
{
...
@@ -484,6 +498,7 @@
...
@@ -484,6 +498,7 @@
96E09DC71F2287E50000B121
/* TabsController.swift */
,
96E09DC71F2287E50000B121
/* TabsController.swift */
,
);
);
name
=
Tab
;
name
=
Tab
;
path
=
Tab
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
963FBF021D6696D0008F8512
/* FABMenu */
=
{
963FBF021D6696D0008F8512
/* FABMenu */
=
{
...
@@ -493,6 +508,7 @@
...
@@ -493,6 +508,7 @@
96A183641E0C6DD400083C30
/* FABMenuController.swift */
,
96A183641E0C6DD400083C30
/* FABMenuController.swift */
,
);
);
name
=
FABMenu
;
name
=
FABMenu
;
path
=
FABMenu
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
963FBF031D6696EF008F8512
/* SearchBar */
=
{
963FBF031D6696EF008F8512
/* SearchBar */
=
{
...
@@ -502,6 +518,7 @@
...
@@ -502,6 +518,7 @@
96BCB7961CB40DC500C806FE
/* SearchBarController.swift */
,
96BCB7961CB40DC500C806FE
/* SearchBarController.swift */
,
);
);
name
=
SearchBar
;
name
=
SearchBar
;
path
=
SearchBar
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
965689641F003476001C656D
/* CardCollectionView */
=
{
965689641F003476001C656D
/* CardCollectionView */
=
{
...
@@ -511,16 +528,18 @@
...
@@ -511,16 +528,18 @@
965689601F002F4C001C656D
/* CardCollectionViewController.swift */
,
965689601F002F4C001C656D
/* CardCollectionViewController.swift */
,
);
);
name
=
CardCollectionView
;
name
=
CardCollectionView
;
path
=
CardCollectionView
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
966ECF2B1CF4C21B00BB0BDF
/* Table */
=
{
966ECF2B1CF4C21B00BB0BDF
/* Table */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
96BCB7891CB40DC500C806FE
/* TableViewCell.swift */
,
96328B961E05C0BB009A4C90
/* TableView.swift */
,
96328B961E05C0BB009A4C90
/* TableView.swift */
,
96BCB7891CB40DC500C806FE
/* TableViewCell.swift */
,
96328B981E05C0CE009A4C90
/* TableViewController.swift */
,
96328B981E05C0CE009A4C90
/* TableViewController.swift */
,
);
);
name
=
Table
;
name
=
Table
;
path
=
Table
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
967A48171D0F424B00B8CEB7
/* StatusBar */
=
{
967A48171D0F424B00B8CEB7
/* StatusBar */
=
{
...
@@ -529,6 +548,7 @@
...
@@ -529,6 +548,7 @@
967A48181D0F425A00B8CEB7
/* StatusBarController.swift */
,
967A48181D0F425A00B8CEB7
/* StatusBarController.swift */
,
);
);
name
=
StatusBar
;
name
=
StatusBar
;
path
=
StatusBar
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
968BA8321F8D201B0091852E
/* Products */
=
{
968BA8321F8D201B0091852E
/* Products */
=
{
...
@@ -545,6 +565,7 @@
...
@@ -545,6 +565,7 @@
96BCB7881CB40DC500C806FE
/* Switch.swift */
,
96BCB7881CB40DC500C806FE
/* Switch.swift */
,
);
);
name
=
Switch
;
name
=
Switch
;
path
=
Switch
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB7571CB40DC500C806FE
/* iOS */
=
{
96BCB7571CB40DC500C806FE
/* iOS */
=
{
...
@@ -617,6 +638,7 @@
...
@@ -617,6 +638,7 @@
96BCB7761CB40DC500C806FE
/* Color.swift */
,
96BCB7761CB40DC500C806FE
/* Color.swift */
,
);
);
name
=
Color
;
name
=
Color
;
path
=
Color
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB8011CB40F1700C806FE
/* Navigation */
=
{
96BCB8011CB40F1700C806FE
/* Navigation */
=
{
...
@@ -627,6 +649,7 @@
...
@@ -627,6 +649,7 @@
96BCB7921CB40DC500C806FE
/* NavigationItem.swift */
,
96BCB7921CB40DC500C806FE
/* NavigationItem.swift */
,
);
);
name
=
Navigation
;
name
=
Navigation
;
path
=
Navigation
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB8021CB40F3B00C806FE
/* Card */
=
{
96BCB8021CB40F3B00C806FE
/* Card */
=
{
...
@@ -637,21 +660,23 @@
...
@@ -637,21 +660,23 @@
9631A7C01D95E3AC00CFB109
/* PresenterCard.swift */
,
9631A7C01D95E3AC00CFB109
/* PresenterCard.swift */
,
);
);
name
=
Card
;
name
=
Card
;
path
=
Card
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB8031CB40F4B00C806FE
/* Button */
=
{
96BCB8031CB40F4B00C806FE
/* Button */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
9DF352411FED20C900B2A11B
/* BaseIconLayerButton.swift */
,
96BCB7701CB40DC500C806FE
/* Button.swift */
,
96BCB7701CB40DC500C806FE
/* Button.swift */
,
9DF352451FED210000B2A11B
/* CheckButton.swift */
,
96BCB75F1CB40DC500C806FE
/* FABButton.swift */
,
96BCB75F1CB40DC500C806FE
/* FABButton.swift */
,
96BCB7601CB40DC500C806FE
/* FlatButton.swift */
,
96BCB7601CB40DC500C806FE
/* FlatButton.swift */
,
96BCB7931CB40DC500C806FE
/* RaisedButton.swift */
,
9658F2161CD6FA4700B902C1
/* IconButton.swift */
,
9658F2161CD6FA4700B902C1
/* IconButton.swift */
,
9DF352411FED20C900B2A11B
/* BaseIconLayerButton.swift */
,
9DF352431FED20ED00B2A11B
/* RadioButton.swift */
,
9DF352431FED20ED00B2A11B
/* RadioButton.swift */
,
9
DF352451FED210000B2A11B
/* Check
Button.swift */
,
9
6BCB7931CB40DC500C806FE
/* Raised
Button.swift */
,
);
);
name
=
Button
;
name
=
Button
;
path
=
Button
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB8041CB40F6C00C806FE
/* Layout */
=
{
96BCB8041CB40F6C00C806FE
/* Layout */
=
{
...
@@ -663,43 +688,47 @@
...
@@ -663,43 +688,47 @@
9D494A3B217F6B7D003D66F1
/* LayoutConstraint.swift */
,
9D494A3B217F6B7D003D66F1
/* LayoutConstraint.swift */
,
);
);
name
=
Layout
;
name
=
Layout
;
path
=
Layout
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB8051CB40F9C00C806FE
/* Collection */
=
{
96BCB8051CB40F9C00C806FE
/* Collection */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
965689641F003476001C656D
/* CardCollectionView */
,
965689641F003476001C656D
/* CardCollectionView */
,
96328B791E020A41009A4C90
/* CollectionViewController.swift */
,
96BCB7711CB40DC500C806FE
/* CollectionView.swift */
,
96BCB7751CB40DC500C806FE
/* CollectionViewLayout.swift */
,
966ECF291CF4C20100BB0BDF
/* CollectionReusableView.swift */
,
966ECF291CF4C20100BB0BDF
/* CollectionReusableView.swift */
,
96BCB7711CB40DC500C806FE
/* CollectionView.swift */
,
96BCB7721CB40DC500C806FE
/* CollectionViewCell.swift */
,
96BCB7721CB40DC500C806FE
/* CollectionViewCell.swift */
,
96328B791E020A41009A4C90
/* CollectionViewController.swift */
,
96BCB7751CB40DC500C806FE
/* CollectionViewLayout.swift */
,
);
);
name
=
Collection
;
name
=
Collection
;
path
=
Collection
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB8061CB40FD000C806FE
/* Type */
=
{
96BCB8061CB40FD000C806FE
/* Type */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
96BCB76F1CB40DC500C806FE
/* Border.swift */
,
96BCB76F1CB40DC500C806FE
/* Border.swift */
,
96BCB78
71CB40DC500C806FE
/* InterimSpace
.swift */
,
96BCB78
51CB40DC500C806FE
/* CornerRadius
.swift */
,
96BCB7781CB40DC500C806FE
/* Depth.swift */
,
96BCB7781CB40DC500C806FE
/* Depth.swift */
,
96BCB77A1CB40DC500C806FE
/* EdgeInsets.swift */
,
96BCB77A1CB40DC500C806FE
/* EdgeInsets.swift */
,
96BCB7851CB40DC500C806FE
/* CornerRadius.swift */
,
96BCB7871CB40DC500C806FE
/* InterimSpace.swift */
,
96BCB7861CB40DC500C806FE
/* Shape.swift */
,
968C99461D377849000074FF
/* Offset.swift */
,
968C99461D377849000074FF
/* Offset.swift */
,
96BCB7861CB40DC500C806FE
/* Shape.swift */
,
);
);
name
=
Type
;
name
=
Type
;
path
=
Type
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB8071CB4101C00C806FE
/* Font */
=
{
96BCB8071CB4101C00C806FE
/* Font */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
9628645E1D540AF300690B69
/* DynamicFontType.swift */
,
96BCB77B1CB40DC500C806FE
/* Font.swift */
,
96BCB77B1CB40DC500C806FE
/* Font.swift */
,
96BCB7941CB40DC500C806FE
/* RobotoFont.swift */
,
96BCB7941CB40DC500C806FE
/* RobotoFont.swift */
,
9628645E1D540AF300690B69
/* DynamicFontType.swift */
,
);
);
name
=
Font
;
name
=
Font
;
path
=
Font
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB8081CB4105E00C806FE
/* Icon */
=
{
96BCB8081CB4105E00C806FE
/* Icon */
=
{
...
@@ -708,26 +737,28 @@
...
@@ -708,26 +737,28 @@
96BCB77D1CB40DC500C806FE
/* Icon.swift */
,
96BCB77D1CB40DC500C806FE
/* Icon.swift */
,
);
);
name
=
Icon
;
name
=
Icon
;
path
=
Icon
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB80A1CB410A100C806FE
/* Extension */
=
{
96BCB80A1CB410A100C806FE
/* Extension */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
961276621DCD8B1800A7D920
/* Material+NSMutableAttributedString.swift */
,
96C1C8801D42C62800E6608F
/* Material+Array.swift */
,
96E3C3931D397AE90086A024
/* Material+UIView.swift */
,
96F1DC871D654FDF0025F925
/* Material+CALayer.swift */
,
96F1DC871D654FDF0025F925
/* Material+CALayer.swift */
,
966C17721F0439F600D3E83C
/* Material+MotionAnimation.swift */
,
961276621DCD8B1800A7D920
/* Material+NSMutableAttributedString.swift */
,
96BCB7641CB40DC500C806FE
/* Material+String.swift */
,
96BCB7641CB40DC500C806FE
/* Material+String.swift */
,
9D054A6320D175AC00D0528D
/* Material+UIButton.swift */
,
9DF74C4D20D15D84003C1D66
/* Material+UIColor.swift */
,
96BCB7651CB40DC500C806FE
/* Material+UIFont.swift */
,
96BCB7651CB40DC500C806FE
/* Material+UIFont.swift */
,
96BCB76C1CB40DC500C806FE
/* Material+UIImage.swift */
,
96BCB76C1CB40DC500C806FE
/* Material+UIImage.swift */
,
96C1C8801D42C62800E6608F
/* Material+Array.swift */
,
962864591D53FE3E00690B69
/* Material+UIWindow.swift */
,
966C17721F0439F600D3E83C
/* Material+MotionAnimation.swift */
,
9618006C1F4D384200CD77A1
/* Material+UIViewController.swift */
,
9DF74C4D20D15D84003C1D66
/* Material+UIColor.swift */
,
9D054A6320D175AC00D0528D
/* Material+UIButton.swift */
,
9D054A6420D175AC00D0528D
/* Material+UILabel.swift */
,
9D054A6420D175AC00D0528D
/* Material+UILabel.swift */
,
96E3C3931D397AE90086A024
/* Material+UIView.swift */
,
9618006C1F4D384200CD77A1
/* Material+UIViewController.swift */
,
962864591D53FE3E00690B69
/* Material+UIWindow.swift */
,
);
);
name
=
Extension
;
name
=
Extension
;
path
=
Extension
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB80B1CB410CC00C806FE
/* Device */
=
{
96BCB80B1CB410CC00C806FE
/* Device */
=
{
...
@@ -736,16 +767,18 @@
...
@@ -736,16 +767,18 @@
96BCB7791CB40DC500C806FE
/* Device.swift */
,
96BCB7791CB40DC500C806FE
/* Device.swift */
,
);
);
name
=
Device
;
name
=
Device
;
path
=
Device
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB80C1CB410DD00C806FE
/* View */
=
{
96BCB80C1CB410DD00C806FE
/* View */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
96BCB7841CB40DC500C806FE
/* PulseView.swift */
,
96BCB78C1CB40DC500C806FE
/* View.swift */
,
96BCB78C1CB40DC500C806FE
/* View.swift */
,
9D39A81A20FE8ED100BA8FA1
/* ViewController.swift */
,
9D39A81A20FE8ED100BA8FA1
/* ViewController.swift */
,
96BCB7841CB40DC500C806FE
/* PulseView.swift */
,
);
);
name
=
View
;
name
=
View
;
path
=
View
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96BCB80D1CB410FD00C806FE
/* Layer */
=
{
96BCB80D1CB410FD00C806FE
/* Layer */
=
{
...
@@ -754,18 +787,19 @@
...
@@ -754,18 +787,19 @@
96BCB7801CB40DC500C806FE
/* Layer.swift */
,
96BCB7801CB40DC500C806FE
/* Layer.swift */
,
);
);
name
=
Layer
;
name
=
Layer
;
path
=
Layer
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
96D88BF41C1328D800B91418
/* Sources */
=
{
96D88BF41C1328D800B91418
/* Sources */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
96D88BFD1C1328D800B91418
/* LICENSE */
,
96D88BFC1C1328D800B91418
/* Info.plist */
,
96D88C091C1328D800B91418
/* Material.h */
,
96334EF51C8B84660083986B
/* Assets.xcassets */
,
9630ACB71F29A26B00B4217D
/* Frameworks */
,
96BCB7EC1CB40DE900C806FE
/* Font */
,
96BCB7EC1CB40DE900C806FE
/* Font */
,
9630ACB71F29A26B00B4217D
/* Frameworks */
,
96BCB7571CB40DC500C806FE
/* iOS */
,
96BCB7571CB40DC500C806FE
/* iOS */
,
96334EF51C8B84660083986B
/* Assets.xcassets */
,
96D88BFC1C1328D800B91418
/* Info.plist */
,
96D88BFD1C1328D800B91418
/* LICENSE */
,
96D88C091C1328D800B91418
/* Material.h */
,
);
);
path
=
Sources
;
path
=
Sources
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
...
@@ -777,6 +811,7 @@
...
@@ -777,6 +811,7 @@
965532281E47E388005C2792
/* SpringAnimation.swift */
,
965532281E47E388005C2792
/* SpringAnimation.swift */
,
);
);
name
=
Animation
;
name
=
Animation
;
path
=
Animation
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
9D00EBB2216675A800DBCD69
/* Theme */
=
{
9D00EBB2216675A800DBCD69
/* Theme */
=
{
...
@@ -785,6 +820,7 @@
...
@@ -785,6 +820,7 @@
9D00EBB3216675FB00DBCD69
/* Theme.swift */
,
9D00EBB3216675FB00DBCD69
/* Theme.swift */
,
);
);
name
=
Theme
;
name
=
Theme
;
path
=
Theme
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
9DE25DDE2170D779000C04DF
/* Dialogs */
=
{
9DE25DDE2170D779000C04DF
/* Dialogs */
=
{
...
@@ -795,16 +831,18 @@
...
@@ -795,16 +831,18 @@
9DE25DE32170D7FF000C04DF
/* DialogView.swift */
,
9DE25DE32170D7FF000C04DF
/* DialogView.swift */
,
);
);
name
=
Dialogs
;
name
=
Dialogs
;
path
=
Dialogs
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
9DE84D6E1FF0250E00586C8B
/* ButtonGroup */
=
{
9DE84D6E1FF0250E00586C8B
/* ButtonGroup */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
9DE84D701FF0252500586C8B
/* BaseButtonGroup.swift */
,
9DE84D701FF0252500586C8B
/* BaseButtonGroup.swift */
,
9DE84D6F1FF0252500586C8B
/* RadioButtonGroup.swift */
,
9DE84D711FF0252500586C8B
/* CheckButtonGroup.swift */
,
9DE84D711FF0252500586C8B
/* CheckButtonGroup.swift */
,
9DE84D6F1FF0252500586C8B
/* RadioButtonGroup.swift */
,
);
);
name
=
ButtonGroup
;
name
=
ButtonGroup
;
path
=
ButtonGroup
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
/* End PBXGroup section */
/* End PBXGroup section */
...
...
Sources/iOS/PulseAnimation.swift
→
Sources/iOS/
Animation/
PulseAnimation.swift
View file @
e571c995
File moved
Sources/iOS/SpringAnimation.swift
→
Sources/iOS/
Animation/
SpringAnimation.swift
View file @
e571c995
File moved
Sources/iOS/Application.swift
→
Sources/iOS/Application
/Application
.swift
View file @
e571c995
File moved
Sources/iOS/Bar.swift
→
Sources/iOS/Bar
/Bar
.swift
View file @
e571c995
File moved
Sources/iOS/BottomNavigationController.swift
→
Sources/iOS/Bottom
TabBar/Bottom
NavigationController.swift
View file @
e571c995
File moved
Sources/iOS/BaseIconLayerButton.swift
→
Sources/iOS/B
utton/B
aseIconLayerButton.swift
View file @
e571c995
File moved
Sources/iOS/Button.swift
→
Sources/iOS/Button
/Button
.swift
View file @
e571c995
File moved
Sources/iOS/CheckButton.swift
→
Sources/iOS/
Button/
CheckButton.swift
View file @
e571c995
File moved
Sources/iOS/FABButton.swift
→
Sources/iOS/
Button/
FABButton.swift
View file @
e571c995
File moved
Sources/iOS/FlatButton.swift
→
Sources/iOS/
Button/
FlatButton.swift
View file @
e571c995
File moved
Sources/iOS/IconButton.swift
→
Sources/iOS/
Button/
IconButton.swift
View file @
e571c995
File moved
Sources/iOS/RadioButton.swift
→
Sources/iOS/
Button/
RadioButton.swift
View file @
e571c995
File moved
Sources/iOS/RaisedButton.swift
→
Sources/iOS/
Button/
RaisedButton.swift
View file @
e571c995
File moved
Sources/iOS/BaseButtonGroup.swift
→
Sources/iOS/B
uttonGroup/B
aseButtonGroup.swift
View file @
e571c995
File moved
Sources/iOS/CheckButtonGroup.swift
→
Sources/iOS/
ButtonGroup/
CheckButtonGroup.swift
View file @
e571c995
File moved
Sources/iOS/RadioButtonGroup.swift
→
Sources/iOS/
ButtonGroup/
RadioButtonGroup.swift
View file @
e571c995
File moved
Sources/iOS/Card.swift
→
Sources/iOS/Card
/Card
.swift
View file @
e571c995
File moved
Sources/iOS/ImageCard.swift
→
Sources/iOS/
Card/
ImageCard.swift
View file @
e571c995
File moved
Sources/iOS/PresenterCard.swift
→
Sources/iOS/
Card/
PresenterCard.swift
View file @
e571c995
File moved
Sources/iOS/ChipBar.swift
→
Sources/iOS/Chip
/Chip
Bar.swift
View file @
e571c995
File moved
Sources/iOS/ChipBarController.swift
→
Sources/iOS/Chip
/Chip
BarController.swift
View file @
e571c995
File moved
Sources/iOS/CardCollectionViewCell.swift
→
Sources/iOS/C
ollection/CardCollectionView/C
ardCollectionViewCell.swift
View file @
e571c995
File moved
Sources/iOS/CardCollectionViewController.swift
→
Sources/iOS/C
ollection/CardCollectionView/C
ardCollectionViewController.swift
View file @
e571c995
File moved
Sources/iOS/CollectionReusableView.swift
→
Sources/iOS/Collection
/Collection
ReusableView.swift
View file @
e571c995
File moved
Sources/iOS/CollectionView.swift
→
Sources/iOS/Collection
/Collection
View.swift
View file @
e571c995
File moved
Sources/iOS/CollectionViewCell.swift
→
Sources/iOS/Collection
/Collection
ViewCell.swift
View file @
e571c995
File moved
Sources/iOS/CollectionViewController.swift
→
Sources/iOS/Collection
/Collection
ViewController.swift
View file @
e571c995
File moved
Sources/iOS/CollectionViewLayout.swift
→
Sources/iOS/Collection
/Collection
ViewLayout.swift
View file @
e571c995
File moved
Sources/iOS/Color.swift
→
Sources/iOS/Color
/Color
.swift
View file @
e571c995
File moved
Sources/iOS/DataSourceItem.swift
→
Sources/iOS/Data
/Data
SourceItem.swift
View file @
e571c995
File moved
Sources/iOS/Device.swift
→
Sources/iOS/Device
/Device
.swift
View file @
e571c995
File moved
Sources/iOS/Dialog.swift
→
Sources/iOS/Dialog
s/Dialog
.swift
View file @
e571c995
File moved
Sources/iOS/DialogController.swift
→
Sources/iOS/Dialog
s/Dialog
Controller.swift
View file @
e571c995
File moved
Sources/iOS/DialogView.swift
→
Sources/iOS/Dialog
s/Dialog
View.swift
View file @
e571c995
File moved
Sources/iOS/Divider.swift
→
Sources/iOS/Divider
/Divider
.swift
View file @
e571c995
File moved
Sources/iOS/Material+Array.swift
→
Sources/iOS/
Extension/
Material+Array.swift
View file @
e571c995
File moved
Sources/iOS/Material+CALayer.swift
→
Sources/iOS/
Extension/
Material+CALayer.swift
View file @
e571c995
File moved
Sources/iOS/Material+MotionAnimation.swift
→
Sources/iOS/
Extension/
Material+MotionAnimation.swift
View file @
e571c995
File moved
Sources/iOS/Material+NSMutableAttributedString.swift
→
Sources/iOS/
Extension/
Material+NSMutableAttributedString.swift
View file @
e571c995
File moved
Sources/iOS/Material+String.swift
→
Sources/iOS/
Extension/
Material+String.swift
View file @
e571c995
File moved
Sources/iOS/Material+UIButton.swift
→
Sources/iOS/
Extension/
Material+UIButton.swift
View file @
e571c995
File moved
Sources/iOS/Material+UIColor.swift
→
Sources/iOS/
Extension/
Material+UIColor.swift
View file @
e571c995
File moved
Sources/iOS/Material+UIFont.swift
→
Sources/iOS/
Extension/
Material+UIFont.swift
View file @
e571c995
File moved
Sources/iOS/Material+UIImage.swift
→
Sources/iOS/
Extension/
Material+UIImage.swift
View file @
e571c995
File moved
Sources/iOS/Material+UILabel.swift
→
Sources/iOS/
Extension/
Material+UILabel.swift
View file @
e571c995
File moved
Sources/iOS/Material+UIView.swift
→
Sources/iOS/
Extension/
Material+UIView.swift
View file @
e571c995
File moved
Sources/iOS/Material+UIViewController.swift
→
Sources/iOS/
Extension/
Material+UIViewController.swift
View file @
e571c995
File moved
Sources/iOS/Material+UIWindow.swift
→
Sources/iOS/
Extension/
Material+UIWindow.swift
View file @
e571c995
File moved
Sources/iOS/FABMenu.swift
→
Sources/iOS/FABMenu
/FABMenu
.swift
View file @
e571c995
File moved
Sources/iOS/FABMenuController.swift
→
Sources/iOS/FABMenu
/FABMenu
Controller.swift
View file @
e571c995
File moved
Sources/iOS/DynamicFontType.swift
→
Sources/iOS/
Font/
DynamicFontType.swift
View file @
e571c995
File moved
Sources/iOS/Font.swift
→
Sources/iOS/Font
/Font
.swift
View file @
e571c995
File moved
Sources/iOS/RobotoFont.swift
→
Sources/iOS/
Font/
RobotoFont.swift
View file @
e571c995
File moved
Sources/iOS/Grid.swift
→
Sources/iOS/Grid
/Grid
.swift
View file @
e571c995
File moved
Sources/iOS/HeightPreset.swift
→
Sources/iOS/Height
/Height
Preset.swift
View file @
e571c995
File moved
Sources/iOS/Icon.swift
→
Sources/iOS/Icon
/Icon
.swift
View file @
e571c995
File moved
Sources/iOS/Layer.swift
→
Sources/iOS/Layer
/Layer
.swift
View file @
e571c995
File moved
Sources/iOS/Layout.swift
→
Sources/iOS/Layout
/Layout
.swift
View file @
e571c995
File moved
Sources/iOS/LayoutAnchor.swift
→
Sources/iOS/Layout
/Layout
Anchor.swift
View file @
e571c995
File moved
Sources/iOS/LayoutAttribute.swift
→
Sources/iOS/Layout
/Layout
Attribute.swift
View file @
e571c995
File moved
Sources/iOS/LayoutConstraint.swift
→
Sources/iOS/Layout
/Layout
Constraint.swift
View file @
e571c995
File moved
Sources/iOS/NavigationBar.swift
→
Sources/iOS/Navigation
/Navigation
Bar.swift
View file @
e571c995
File moved
Sources/iOS/NavigationController.swift
→
Sources/iOS/Navigation
/Navigation
Controller.swift
View file @
e571c995
File moved
Sources/iOS/NavigationItem.swift
→
Sources/iOS/Navigation
/Navigation
Item.swift
View file @
e571c995
File moved
Sources/iOS/NavigationDrawerController.swift
→
Sources/iOS/NavigationDrawer
/NavigationDrawer
Controller.swift
View file @
e571c995
File moved
Sources/iOS/Screen.swift
→
Sources/iOS/Screen
/Screen
.swift
View file @
e571c995
File moved
Sources/iOS/SearchBar.swift
→
Sources/iOS/SearchBar
/SearchBar
.swift
View file @
e571c995
File moved
Sources/iOS/SearchBarController.swift
→
Sources/iOS/SearchBar
/SearchBar
Controller.swift
View file @
e571c995
File moved
Sources/iOS/Snackbar.swift
→
Sources/iOS/Snackbar
/Snackbar
.swift
View file @
e571c995
File moved
Sources/iOS/SnackbarController.swift
→
Sources/iOS/Snackbar
/Snackbar
Controller.swift
View file @
e571c995
File moved
Sources/iOS/StatusBarController.swift
→
Sources/iOS/StatusBar
/StatusBar
Controller.swift
View file @
e571c995
File moved
Sources/iOS/Switch.swift
→
Sources/iOS/Switch
/Switch
.swift
View file @
e571c995
File moved
Sources/iOS/TabBar.swift
→
Sources/iOS/Tab
/Tab
Bar.swift
View file @
e571c995
File moved
Sources/iOS/TabsController.swift
→
Sources/iOS/Tab
/Tab
sController.swift
View file @
e571c995
File moved
Sources/iOS/TableView.swift
→
Sources/iOS/Table
/Table
View.swift
View file @
e571c995
File moved
Sources/iOS/TableViewCell.swift
→
Sources/iOS/Table
/Table
ViewCell.swift
View file @
e571c995
File moved
Sources/iOS/TableViewController.swift
→
Sources/iOS/Table
/Table
ViewController.swift
View file @
e571c995
File moved
Sources/iOS/Editor.swift
→
Sources/iOS/
Text/
Editor.swift
View file @
e571c995
File moved
Sources/iOS/ErrorTextField.swift
→
Sources/iOS/
Text/
ErrorTextField.swift
View file @
e571c995
File moved
Sources/iOS/ErrorTextFieldValidator.swift
→
Sources/iOS/
Text/
ErrorTextFieldValidator.swift
View file @
e571c995
File moved
Sources/iOS/TextField.swift
→
Sources/iOS/Text
/Text
Field.swift
View file @
e571c995
File moved
Sources/iOS/TextStorage.swift
→
Sources/iOS/Text
/Text
Storage.swift
View file @
e571c995
File moved
Sources/iOS/TextView.swift
→
Sources/iOS/Text
/Text
View.swift
View file @
e571c995
File moved
Sources/iOS/Theme.swift
→
Sources/iOS/Theme
/Theme
.swift
View file @
e571c995
File moved
Sources/iOS/Toolbar.swift
→
Sources/iOS/Toolbar
/Toolbar
.swift
View file @
e571c995
File moved
Sources/iOS/ToolbarController.swift
→
Sources/iOS/Toolbar
/Toolbar
Controller.swift
View file @
e571c995
File moved
Sources/iOS/DisplayStyle.swift
→
Sources/iOS/
Transition/
DisplayStyle.swift
View file @
e571c995
File moved
Sources/iOS/TransitionController.swift
→
Sources/iOS/Transition
/Transition
Controller.swift
View file @
e571c995
File moved
Sources/iOS/Border.swift
→
Sources/iOS/
Type/
Border.swift
View file @
e571c995
File moved
Sources/iOS/CornerRadius.swift
→
Sources/iOS/
Type/
CornerRadius.swift
View file @
e571c995
File moved
Sources/iOS/Depth.swift
→
Sources/iOS/
Type/
Depth.swift
View file @
e571c995
File moved
Sources/iOS/EdgeInsets.swift
→
Sources/iOS/
Type/
EdgeInsets.swift
View file @
e571c995
File moved
Sources/iOS/InterimSpace.swift
→
Sources/iOS/
Type/
InterimSpace.swift
View file @
e571c995
File moved
Sources/iOS/Offset.swift
→
Sources/iOS/
Type/
Offset.swift
View file @
e571c995
File moved
Sources/iOS/Shape.swift
→
Sources/iOS/
Type/
Shape.swift
View file @
e571c995
File moved
Sources/iOS/PulseView.swift
→
Sources/iOS/
View/
PulseView.swift
View file @
e571c995
File moved
Sources/iOS/View.swift
→
Sources/iOS/View
/View
.swift
View file @
e571c995
File moved
Sources/iOS/ViewController.swift
→
Sources/iOS/View
/View
Controller.swift
View file @
e571c995
File moved
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