UIKit iOS 13.0 Beta 4 to Beta 5 API Differences

NSLayoutConstraint.h
UIActivityItemsConfiguration.h
UIActivityItemsConfigurationReading.h
UIBarAppearance.h
UIBarButtonItem.h
UIBarButtonItemAppearance.h
UIButton.h
UICommand.h
Removed UICommandState
Removed UICommandStateOff
Removed UICommandStateOn
Removed UICommandStateMixed
Removed UICommandStateHidden
UIDiffableDataSource.h
Declaration
From- (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> *)snapshot animatingDifferences:(BOOL)animatingDifferences completion:(void (^)())completion
To- (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> *)snapshot animatingDifferences:(BOOL)animatingDifferences completion:(void (^)(void))completion

Declaration
From- (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> *)snapshot animatingDifferences:(BOOL)animatingDifferences completion:(void (^)())completion
To- (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> *)snapshot animatingDifferences:(BOOL)animatingDifferences completion:(void (^)(void))completion

UIImage.h
Removed UIImage.closeImage
UIKeyCommand.h
Removed UIMutableKeyCommand
UIPrintPageRenderer.h
Declaration
From@property (nonatomic, copy) NSArray<UIPrintFormatter *> *printFormatters
To@property (atomic, copy) NSArray<UIPrintFormatter *> *printFormatters

UIResponder+UIActivityItemsConfiguration.h
UISceneSession.h
Declaration
From@property (nonatomic, readonly) NSUserActivity *stateRestorationActivity
To@property (nonatomic, strong) NSUserActivity *stateRestorationActivity

UIScreen.h
UITabBarAppearance.h
UIViewController.h
UIWindow.h
UIWindowScene.h