mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-22 19:48:26 +08:00
Fix degraded view controller on iOS 9
This commit is contained in:
@@ -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"]]];
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user