Skip to content

Commit

Permalink
README and demo app cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Amaral committed May 28, 2015
1 parent 6616ea6 commit bffa7d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Demo/ProfileViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ - (void)setupSubviews {
[_headerImageView addSubview:_pinterestButton];

_avatarImageView = [UIImageView new];
_avatarImageView.image = [UIImage imageNamed:@"avatar"];
_avatarImageView.image = [UIImage imageNamed:@"flying.jpg"];
_avatarImageView.clipsToBounds = YES;
_avatarImageView.layer.cornerRadius = 50;
_avatarImageView.layer.borderColor = [UIColor whiteColor].CGColor;
Expand All @@ -120,7 +120,7 @@ - (void)setupSubviews {
[_scrollView addSubview:_usernameLabel];

_bioLabel = [UILabel new];
_bioLabel.text = @"\"I live for three things: longwinded programming binges, rapid caffeine ingestion, and vindication. I also maintain a few unhealthy relationships with a number of my README's.\"";
_bioLabel.text = @"\"I live for three things: programming binges, rapid caffeine ingestion, and vindication. I also maintain a few unhealthy relationships with a number of my READMEs.\"";
_bioLabel.numberOfLines = 0;
_bioLabel.textColor = [UIColor lightGrayColor];
_bioLabel.font = [UIFont italicSystemFontOfSize:12];
Expand Down Expand Up @@ -161,7 +161,7 @@ - (void)setupSubviews {
[_scrollView addSubview:_statsLabel];

_messageButton = [UIButton buttonWithType:UIButtonTypeCustom];
[_messageButton setImage:[UIImage imageNamed:@"message"] forState:UIControlStateNormal];
[_messageButton setImage:[UIImage imageNamed:@"messages"] forState:UIControlStateNormal];
_messageButton.contentVerticalAlignment = UIControlContentVerticalAlignmentFill;
_messageButton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentFill;
[_scrollView addSubview:_messageButton];
Expand Down
Binary file modified screenshots/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bffa7d3

Please sign in to comment.