|
71 | 71 | * and takes the requested UIImage as first parameter. In case of error the image parameter |
72 | 72 | * is nil and the second parameter may contain an NSError. The third parameter is a Boolean |
73 | 73 | * indicating if the image was retrived from the local cache or from the network. |
74 | | - * The forth parameter is the original image url. |
| 74 | + * The fourth parameter is the original image url. |
75 | 75 | */ |
76 | 76 | - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock; |
77 | 77 |
|
|
87 | 87 | * and takes the requested UIImage as first parameter. In case of error the image parameter |
88 | 88 | * is nil and the second parameter may contain an NSError. The third parameter is a Boolean |
89 | 89 | * indicating if the image was retrived from the local cache or from the network. |
90 | | - * The forth parameter is the original image url. |
| 90 | + * The fourth parameter is the original image url. |
91 | 91 | */ |
92 | 92 | - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock; |
93 | 93 |
|
|
104 | 104 | * and takes the requested UIImage as first parameter. In case of error the image parameter |
105 | 105 | * is nil and the second parameter may contain an NSError. The third parameter is a Boolean |
106 | 106 | * indicating if the image was retrived from the local cache or from the network. |
107 | | - * The forth parameter is the original image url. |
| 107 | + * The fourth parameter is the original image url. |
108 | 108 | */ |
109 | 109 | - (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; |
110 | 110 |
|
|
153 | 153 | * and takes the requested UIImage as first parameter. In case of error the image parameter |
154 | 154 | * is nil and the second parameter may contain an NSError. The third parameter is a Boolean |
155 | 155 | * indicating if the image was retrived from the local cache or from the network. |
156 | | - * The forth parameter is the original image url. |
| 156 | + * The fourth parameter is the original image url. |
157 | 157 | */ |
158 | 158 | - (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock; |
159 | 159 |
|
|
169 | 169 | * and takes the requested UIImage as first parameter. In case of error the image parameter |
170 | 170 | * is nil and the second parameter may contain an NSError. The third parameter is a Boolean |
171 | 171 | * indicating if the image was retrived from the local cache or from the network. |
172 | | - * The forth parameter is the original image url. |
| 172 | + * The fourth parameter is the original image url. |
173 | 173 | */ |
174 | 174 | - (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock; |
175 | 175 |
|
|
185 | 185 | * and takes the requested UIImage as first parameter. In case of error the image parameter |
186 | 186 | * is nil and the second parameter may contain an NSError. The third parameter is a Boolean |
187 | 187 | * indicating if the image was retrived from the local cache or from the network. |
188 | | - * The forth parameter is the original image url. |
| 188 | + * The fourth parameter is the original image url. |
189 | 189 | */ |
190 | 190 | - (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock; |
191 | 191 |
|
|
0 commit comments