mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-01 09:18:42 +08:00
Add missing calls to super.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
[self.imageView setImageFromURLs:@[[NSURL URLWithString:@"http://placekitten.com/101/101"],
|
||||
[NSURL URLWithString:@"http://placekitten.com/401/401"],
|
||||
[NSURL URLWithString:@"http://placekitten.com/801/801"]]];
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
self.imageView.image = nil;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user