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
a959b06a
Commit
a959b06a
authored
Dec 06, 2015
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated MaterialView example
parent
2984dc02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Examples/ImageCardView/ImageCardView/ViewController.swift
+2
-1
README.md
+2
-1
No files found.
Examples/ImageCardView/ImageCardView/ViewController.swift
View file @
a959b06a
...
...
@@ -60,7 +60,8 @@ class ViewController: UIViewController {
let
imageCardView
:
ImageCardView
=
ImageCardView
()
// Image.
imageCardView
.
image
=
UIImage
.
imageWithColor
(
MaterialColor
.
cyan
.
darken1
,
size
:
CGSizeMake
(
UIScreen
.
mainScreen
()
.
bounds
.
width
-
CGFloat
(
40
),
150
))
let
size
:
CGSize
=
CGSizeMake
(
UIScreen
.
mainScreen
()
.
bounds
.
width
-
CGFloat
(
40
),
150
)
imageCardView
.
image
=
UIImage
.
imageWithColor
(
MaterialColor
.
cyan
.
darken1
,
size
:
size
)
// Title label.
let
titleLabel
:
UILabel
=
UILabel
()
...
...
README.md
View file @
a959b06a
...
...
@@ -366,7 +366,8 @@ Bold and attractive, ImageCardView is the next step from a CardView. In the Exam
let
imageCardView
:
ImageCardView
=
ImageCardView
()
// Image.
imageCardView
.
image
=
UIImage
.
imageWithColor
(
MaterialColor
.
cyan
.
darken1
,
size
:
CGSizeMake
(
UIScreen
.
mainScreen
()
.
bounds
.
width
-
CGFloat
(
40
),
150
))
let
size
:
CGSize
=
CGSizeMake
(
UIScreen
.
mainScreen
()
.
bounds
.
width
-
CGFloat
(
40
),
150
)
imageCardView
.
image
=
UIImage
.
imageWithColor
(
MaterialColor
.
cyan
.
darken1
,
size
:
size
)
// Title label.
let
titleLabel
:
UILabel
=
UILabel
()
...
...
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