Skip to content

Commit

Permalink
Merge pull request #57 from gaspardle/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AndreaVitale authored Nov 25, 2018
2 parents 15127fc + 533a0eb commit 83da962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ About the enabled `contentMode`, you can learn more about this [here](https://de
| loadingIndicator | Enable or disable the activity indicator when the download is in progress | `true` by default |
| loadingIndicatorColor | change the loading indicator color | |
| requestHeader | An object used to define extra http request header fields | |
| timeout | Set timeout for requests | |
| timeout | Set timeout for requests, in milliseconds | |
| handleCookies | Enable cookie handling for remote images | |
| enableMemoryCache | Enable or disable the memory cache mechanism | `true` by default and *Android only*, for iOS have a look to module properties [here](https://github.com/AndreaVitale/av.imageview#global-properties-ios-only) |
| rounded | Enable or disable the circle transformation that automatically render the image as a perfect circle | Android only |
Expand All @@ -126,7 +126,7 @@ About the enabled `contentMode`, you can learn more about this [here](https://de
| setClipsToBound | Set the `clipToBounds` property | __iOS only__ |
| setRequestHeader | Set the `requestHeader` property | |
| setRounded | Set the `rounded` property | __Android only__ |
| setTimeout | Set timeout for requests | |
| setTimeout | Set timeout for requests, in milliseconds | |
| getContentMode | Get the value of `contentMode` property |
| getLoadingIndicator | Get the value of `loadingIndicator` property | |
| getLoadingIndicatorColor | Get the value of `loadingIndicatorColor` property | |
Expand All @@ -135,7 +135,7 @@ About the enabled `contentMode`, you can learn more about this [here](https://de
| getClipsToBound | Get the value of `clipToBounds` property | __iOS only__ |
| getRequestHeader | Get the `requestHeader` property | |
| getRounded | Get the `rounded` property | __Android only__ |
| getTimeout | Get current timeout of requests | |
| getTimeout | Get current timeout of requests, in milliseconds | |

### Events

Expand Down

0 comments on commit 83da962

Please sign in to comment.