File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 223
223
*
224
224
* If this method is not implemented, a default UILabel will be displayed.
225
225
*
226
- * In case of (emptyViewControllerForMediaPickerController) and (emptyViewForMediaPickerController) are both implemented by a parent ViewController,
227
- * the first one has precedence over the second one to be presented to the user.
226
+ * `emptyViewControllerForMediaPickerController` takes precedence over this method.
228
227
*/
229
228
- (nullable UIView *)emptyViewForMediaPickerController : (nonnull WPMediaPickerViewController *)picker ;
230
229
239
238
* If this method is not implemented, a default ViewController with a default
240
239
* UILabel will be displayed.
241
240
*
242
- * In case of (emptyViewControllerForMediaPickerController) and (emptyViewForMediaPickerController) are both implemented by a parent ViewController,
243
- * the first one has precedence over the second one to be presented to the user.
241
+ * This method takes precedence over `emptyViewForMediaPickerController`.
244
242
*/
245
243
- (nullable UIViewController *)emptyViewControllerForMediaPickerController : (nonnull WPMediaPickerViewController *)picker ;
246
244
You can’t perform that action at this time.
0 commit comments