Skip to content

Commit

Permalink
loadImageWithTag renamed to loadImageWithURLRequest
Browse files Browse the repository at this point in the history
switch back when pr closed (naoufal#56)
  • Loading branch information
anduee committed Sep 24, 2016
1 parent da52087 commit 2febb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActivityView.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ - (NSArray*)excludedActivitiesForKeys:(NSArray*)passedKeys {

__weak ActivityView *weakSelf = self;

[loader loadImageWithTag:imageUrl callback:^(NSError *error, id imageOrData) {
[loader loadImageWithURLRequest:imageUrl callback:^(NSError *error, id imageOrData) {
if (!error) {
if ([imageOrData isKindOfClass:[NSData class]]) {
shareImage = [UIImage imageWithData:imageOrData];
Expand Down

0 comments on commit 2febb43

Please sign in to comment.