Declaration | |
---|---|
From | - (instancetype)initWithContact:(CPContactEntity *)contact |
To | - (instancetype)initWithContact:(CPContact *)contact |
Declaration | |
---|---|
From | @property (nonatomic, strong) CPContactEntity *contact |
To | @property (nonatomic, strong) CPContact *contact |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -setRootTemplate:animated:completion: |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -pushTemplate:animated:completion: |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -popTemplateAnimated:completion: |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -popToRootTemplateAnimated:completion: |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -popToTemplate:animated:completion: |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -presentTemplate:animated:completion: |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -dismissTemplateAnimated:completion: |
Declaration | |
---|---|
From | @property (nonatomic, copy) CPListImageRowHandler listImageRowHandler |
To | @property (nonatomic, copy) void (^)(CPListImageRowItem * _Nonnull, NSInteger, dispatch_block_t _Nonnull) listImageRowHandler |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -initWithText:images: |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -updateImages: |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -explicitContent |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use -initWithHandler: in a concrete subclass of CPNowPlayingButton. |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use -initWithHandler: in a concrete subclass of CPNowPlayingButton. |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use -initWithHandler: in a concrete subclass of CPNowPlayingButton. |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use -initWithHandler: in a concrete subclass of CPNowPlayingButton. |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use -initWithHandler: in a concrete subclass of CPNowPlayingButton. |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use -initWithHandler: in a concrete subclass of CPNowPlayingButton. |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use -initWithHandler: in a concrete subclass of CPNowPlayingButton. |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use -initWithHandler: in a concrete subclass of CPNowPlayingButton. |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | Please use concrete subclasses of CPNowPlayingButton. |
Protocols | Availability | Replacement | |
---|---|---|---|
From | NSObject | Available | none |
To | CPNowPlayingTemplateObserver | Deprecated | CPNowPlayingTemplateObserver |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | +sharedTemplate |
Declaration | |
---|---|
From | @property (nonatomic, readonly, strong) NSArray<CPNowPlayingButton *> *nowPlayingButtons |
To | @property (nonatomic, readonly, strong) NSArray<__kindof CPNowPlayingButton *> *nowPlayingButtons |
Declaration | |
---|---|
From | - (void)updateNowPlayingButtons:(NSArray<CPNowPlayingButton *> *)nowPlayingButtons |
To | - (void)updateNowPlayingButtons:(NSArray<__kindof CPNowPlayingButton *> *)nowPlayingButtons |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | -addObserver: |
Superclass | Protocols | |
---|---|---|
From | CPEntity | none |
To | NSObject | NSSecureCoding |
Declaration | |
---|---|
From | @property (nonatomic, readonly) MKMapItem *location |
To | @property (nonatomic, strong) MKMapItem *location |
Declaration | |
---|---|
From | @property (nonatomic, readonly) NSAttributedString *title |
To | @property (nonatomic, copy) NSString *title |
Declaration | |
---|---|
From | @property (nonatomic, readonly) NSAttributedString *subtitle |
To | @property (nonatomic, copy) NSString *subtitle |