UIKit iOS 11.0 Beta 1 to Beta 2 API Differences

../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h
Removed -[UIDocumentBrowserViewController revealDocumentAtURL:shouldImport:completion:]
NSItemProvider+UIKitAdditions.h
UIBarItem.h
Declaration
From- (void)setTitleTextAttributes:(nullable NSDictionary<NSString *,id> *)attributes forState:(UIControlState)state
To- (void)setTitleTextAttributes:(nullable NSDictionary<NSAttributedStringKey,id> *)attributes forState:(UIControlState)state

UIDragSession.h
Removed -[UIDragDropSession canLoadObjectsOfClasses:]
Declaration
From- (CGPoint)locationInView:(nullable UIView *)view
To- (CGPoint)locationInView:(nonnull UIView *)view

UIFocusSystem.h
UIImagePickerController.h
Availability
FromDeprecated
ToAvailable

UIURLDragPreviewView.h
Removed UIURLDragPreviewView
Removed UIURLDragPreviewView.title
Removed UIURLDragPreviewView.url
Removed +[UIURLDragPreviewView viewWithTitle:URL:]
Removed +[UIURLDragPreviewView viewWithURL:]