UIKit iOS 11.0 Beta 2 to Beta 3 API Differences

../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h
Removed UIDocumentBrowserGenericError
UICollectionView.h
Declaration
From- (void)dropItem:(nonnull UIDragItem *)dragItem toItemAtIndexPath:(nonnull NSIndexPath *)indexPath
To- (nonnull id<UIDragAnimating>)dropItem:(nonnull UIDragItem *)dragItem toItemAtIndexPath:(nonnull NSIndexPath *)indexPath

Declaration
From- (void)dropItem:(nonnull UIDragItem *)dragItem intoItemAtIndexPath:(nonnull NSIndexPath *)indexPath rect:(CGRect)rect
To- (nonnull id<UIDragAnimating>)dropItem:(nonnull UIDragItem *)dragItem intoItemAtIndexPath:(nonnull NSIndexPath *)indexPath rect:(CGRect)rect

Declaration
From- (void)dropItem:(nonnull UIDragItem *)dragItem toTarget:(nonnull UIDragPreviewTarget *)target
To- (nonnull id<UIDragAnimating>)dropItem:(nonnull UIDragItem *)dragItem toTarget:(nonnull UIDragPreviewTarget *)target

Protocols
FromNSObject
ToUIDragAnimating

UIDragInteraction.h
UIFocus.h
UIFocusSystem.h
Removed -[UIFocusSystem requestFocusUpdateToEnvironment:]
Removed -[UIFocusSystem updateFocusIfNeeded]
UINavigationBar.h
UITabBar.h
Modified UITabBar
Protocols
Fromnone
ToUISpringLoadedInteractionSupporting

UITableView.h
Declaration
From- (void)dropItem:(nonnull UIDragItem *)dragItem toRowAtIndexPath:(nonnull NSIndexPath *)indexPath
To- (nonnull id<UIDragAnimating>)dropItem:(nonnull UIDragItem *)dragItem toRowAtIndexPath:(nonnull NSIndexPath *)indexPath

Declaration
From- (void)dropItem:(nonnull UIDragItem *)dragItem intoRowAtIndexPath:(nonnull NSIndexPath *)indexPath rect:(CGRect)rect
To- (nonnull id<UIDragAnimating>)dropItem:(nonnull UIDragItem *)dragItem intoRowAtIndexPath:(nonnull NSIndexPath *)indexPath rect:(CGRect)rect

Declaration
From- (void)dropItem:(nonnull UIDragItem *)dragItem toTarget:(nonnull UIDragPreviewTarget *)target
To- (nonnull id<UIDragAnimating>)dropItem:(nonnull UIDragItem *)dragItem toTarget:(nonnull UIDragPreviewTarget *)target

Protocols
FromNSObject
ToUIDragAnimating

UITextDragging.h
UITextDropProposal.h
UITextPasteDelegate.h
UIViewController.h
Removed UIViewController.safeAreaLayoutGuide