Commit ecc9cad5 by Daniel Dahan

minor updates to sample projects

parent b591c92d
......@@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "CosmicMind.png",
"filename" : "pattern.png",
"scale" : "1x"
},
{
......
......@@ -85,14 +85,14 @@ class ViewController: UIViewController {
private func prepareAuthorView() {
authorView = UIImageView()
authorView.image = UIImage(named: "CosmicMind")?.resize(toWidth: 24)
authorView.image = UIImage(named: "pattern")?.resize(toWidth: 24)
authorView.contentMode = .scaleAspectFit
}
private func prepareToolbar() {
toolbar = Toolbar(leftViews: [authorView], rightViews: [moreButton])
toolbar.title = "CosmicMind"
toolbar.title = "Material"
toolbar.titleLabel.textAlignment = .left
toolbar.detail = "Build Beautiful Software"
......
......@@ -99,7 +99,7 @@ class ViewController: UIViewController {
private func prepareContentView() {
contentView = UILabel()
contentView.numberOfLines = 0
contentView.text = "Material is an animation and graphics framework that is used to create beautiful applications."
contentView.text = "Build beautiful applications that are intelligently driven using Material, Graph, and Algorithm."
contentView.font = RobotoFont.regular(with: 14)
}
......
......@@ -99,7 +99,7 @@ class ViewController: UIViewController {
private func prepareToolbar() {
toolbar = Toolbar(rightViews: [moreButton])
toolbar.title = "CosmicMind"
toolbar.title = "Material"
toolbar.titleLabel.textAlignment = .left
toolbar.detail = "Build Beautiful Software"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment