UIKit iOS 11.0 Beta 3 to Beta 4 API Differences

../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h
NSItemProvider+UIKitAdditions.h
UIApplication.h
Declaration
From- (void)application:(nonnull UIApplication *)application handleEventsForBackgroundURLSession:(nonnull NSString *)identifier completionHandler:(nonnull void (^)())completionHandler
To- (void)application:(nonnull UIApplication *)application handleEventsForBackgroundURLSession:(nonnull NSString *)identifier completionHandler:(nonnull void (^)(void))completionHandler

UICollectionView.h
Removed -[UICollectionViewDropCoordinator dropItem:toPlaceholderInsertedAtIndexPath:withReuseIdentifier:cellUpdateHandler:]
UICollectionViewFlowLayout.h
UIDocumentPickerViewController.h
UIFocusSystem.h
Removed UIFocusSystem.focusedItem
Removed +[UIFocusSystem focusSystemForEnvironment:]
UIFontDescriptor.h
UIImage.h
Modified UIImage
Protocols
FromNSItemProviderReading, NSItemProviderWriting, NSSecureCoding, UIAccessibilityIdentification
ToNSItemProviderReading, NSItemProviderWriting, NSSecureCoding, UIAccessibilityIdentification, UIItemProviderPresentationSizeProviding

UINavigationBar.h
Declaration
From@property (nonatomic, copy, nullable) NSDictionary<NSString *,id> *titleTextAttributes
To@property (nonatomic, copy, nullable) NSDictionary<NSAttributedStringKey,id> *titleTextAttributes

UIScreen.h
UITableView.h
Removed -[UITableViewDropCoordinator dropItem:toPlaceholderInsertedAtIndexPath:withReuseIdentifier:rowHeight:cellUpdateHandler:]