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
7758dbc6
Commit
7758dbc6
authored
Dec 06, 2015
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated MaterialView README
parent
ea197a26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Examples/MaterialView/MaterialView/ViewController.swift
+1
-1
README.md
+1
-1
No files found.
Examples/MaterialView/MaterialView/ViewController.swift
View file @
7758dbc6
...
...
@@ -41,7 +41,7 @@ class ViewController: UIViewController {
:description: General usage example.
*/
private
func
prepareGeneralMaterialViewExample
()
{
let
materialView
:
MaterialView
=
MaterialView
(
frame
:
CGRectMake
(
1
07
,
107
,
200
,
20
0
))
let
materialView
:
MaterialView
=
MaterialView
(
frame
:
CGRectMake
(
1
32
,
132
,
150
,
15
0
))
materialView
.
image
=
UIImage
(
named
:
"FocusAppIcon"
)
materialView
.
shape
=
.
Square
materialView
.
shadowDepth
=
.
Depth5
...
...
README.md
View file @
7758dbc6
...
...
@@ -31,7 +31,7 @@ MaterialView is the base UIView class used throughout MaterialKit. Like Material

```
swift
let
materialView
:
MaterialView
=
MaterialView
(
frame
:
CGRectMake
(
1
07
,
107
,
200
,
20
0
))
let
materialView
:
MaterialView
=
MaterialView
(
frame
:
CGRectMake
(
1
32
,
132
,
150
,
15
0
))
materialView
.
image
=
UIImage
(
named
:
"FocusAppIcon"
)
materialView
.
shape
=
.
Square
materialView
.
shadowDepth
=
.
Depth5
...
...
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