summaryrefslogtreecommitdiff
path: root/Juick/LoginViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-14 02:21:31 +0300
committerGravatar Vitaly Takmazov2016-08-14 02:21:31 +0300
commit8a79dcc214d525d1a59ee95173583976cd774287 (patch)
tree2792151c5b97990d695aa0ff1ae77edc41663b08 /Juick/LoginViewController.m
parent2b5477f18d855820a9c17993b7c0906321fb3cef (diff)
new message cell layout
Diffstat (limited to 'Juick/LoginViewController.m')
-rw-r--r--Juick/LoginViewController.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Juick/LoginViewController.m b/Juick/LoginViewController.m
index 38082a3..a803c48 100644
--- a/Juick/LoginViewController.m
+++ b/Juick/LoginViewController.m
@@ -93,9 +93,6 @@ static NSString *CellIdentifier = @"CellIdentifier";
textField.text = [[PDKeychainBindings sharedKeychainBindings] stringForKey:@"com.juick.password"];
}
[cell.contentView addSubview:textField];
- [textField makeConstraints:^(MASConstraintMaker *make) {
- make.edges.equalTo(cell.contentView).with.insets(UIEdgeInsetsMake(5, 25, 5, 25));
- }];
return cell;
}