Skip to content

Commit

Permalink
Tiny code style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Romero Zurbuchen committed Dec 23, 2015
1 parent 92452ea commit 5acb899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/UIScrollView+EmptyDataSet.m
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,8 @@ - (void)dzn_reloadEmptyDataSet
if ([image respondsToSelector:@selector(imageWithRenderingMode:)]) {
view.imageView.image = [image imageWithRenderingMode:renderingMode];
view.imageView.tintColor = imageTintColor;
} else {
}
else {
// iOS 6 fallback: insert code to convert imaged if needed
view.imageView.image = image;
}
Expand Down

0 comments on commit 5acb899

Please sign in to comment.