Fix degraded view controller on iOS 9

This commit is contained in:
Garrett Moon
2015-11-06 09:54:06 -08:00
parent eef725a0e2
commit 5702efdb64

View File

@@ -32,9 +32,9 @@
- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
[self.imageView pin_setImageFromURLs:@[[NSURL URLWithString:@"http://placekitten.com/101/101"],
[NSURL URLWithString:@"http://placekitten.com/401/401"],
[NSURL URLWithString:@"http://placekitten.com/801/801"]]];
[self.imageView pin_setImageFromURLs:@[[NSURL URLWithString:@"https://placekitten.com/101/101"],
[NSURL URLWithString:@"https://placekitten.com/401/401"],
[NSURL URLWithString:@"https://placekitten.com/801/801"]]];
}
/*