From de81c6435f7a2f45d3750e1b3756190c4ea4100a Mon Sep 17 00:00:00 2001 From: kevinzhow Date: Tue, 31 Mar 2015 01:26:33 +0800 Subject: [PATCH] Change profile image size --- Yep/ViewControllers/Profile/ProfileViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yep/ViewControllers/Profile/ProfileViewController.swift b/Yep/ViewControllers/Profile/ProfileViewController.swift index b59a4df0..bd2d8c6b 100644 --- a/Yep/ViewControllers/Profile/ProfileViewController.swift +++ b/Yep/ViewControllers/Profile/ProfileViewController.swift @@ -31,7 +31,7 @@ class ProfileViewController: UIViewController { return (self.collectionViewWidth - (self.sectionLeftEdgeInset + self.sectionRightEdgeInset)) / 3 }() let cellHeight: CGFloat = 40 - let avatarAspectRatio: CGFloat = 14.0 / 16.0 + let avatarAspectRatio: CGFloat = 12.0 / 16.0 let introductionText = "I would like to learn Design or Speech, I can teach you iOS Dev in return. 😃"