Some test text!
Declaration | |
---|---|
From | - (nonnull instancetype)initWithAnnotType:(PTAnnotType)annotType |
To | - (nonnull instancetype)initWithAnnotType:(PTExtendedAnnotType)annotType |
Declaration | |
---|---|
From | @property (nonatomic, readonly) PTAnnotType annotType |
To | @property (nonatomic, readonly) PTExtendedAnnotType annotType |
Declaration | |
---|---|
From | + (void)setDefaultColor:(nonnull UIColor *)color forAnnotType:(PTAnnotType)type attribute:(nonnull NSString *)attribute colorPostProcessMode:(PTColorPostProcessMode)mode |
To | + (void)setDefaultColor:(nonnull UIColor *)color forAnnotType:(PTExtendedAnnotType)type attribute:(nonnull NSString *)attribute colorPostProcessMode:(PTColorPostProcessMode)mode |
Declaration | |
---|---|
From | + (nonnull UIColor *)defaultColorForAnnotType:(PTAnnotType)type attribute:(nonnull NSString *)attribute colorPostProcessMode:(PTColorPostProcessMode)mode |
To | + (nonnull UIColor *)defaultColorForAnnotType:(PTExtendedAnnotType)type attribute:(nonnull NSString *)attribute colorPostProcessMode:(PTColorPostProcessMode)mode |
Declaration | |
---|---|
From | + (nonnull PTColorPt *)defaultColorPtForAnnotType:(PTAnnotType)type attribute:(nonnull NSString *)attribute colorPostProcessMode:(PTColorPostProcessMode)mode |
To | + (nonnull PTColorPt *)defaultColorPtForAnnotType:(PTExtendedAnnotType)type attribute:(nonnull NSString *)attribute colorPostProcessMode:(PTColorPostProcessMode)mode |
Declaration | |
---|---|
From | + (int)numCompsInColorPtForAnnotType:(PTAnnotType)type attribute:(nonnull NSString *)attribute |
To | + (int)numCompsInColorPtForAnnotType:(PTExtendedAnnotType)type attribute:(nonnull NSString *)attribute |
Declaration | |
---|---|
From | + (void)setDefaultOpacity:(double)opacity forAnnotType:(PTAnnotType)type |
To | + (void)setDefaultOpacity:(double)opacity forAnnotType:(PTExtendedAnnotType)type |
Declaration | |
---|---|
From | + (double)defaultOpacityForAnnotType:(PTAnnotType)type |
To | + (double)defaultOpacityForAnnotType:(PTExtendedAnnotType)type |
Declaration | |
---|---|
From | + (void)setDefaultBorderThickness:(double)thickness forAnnotType:(PTAnnotType)type |
To | + (void)setDefaultBorderThickness:(double)thickness forAnnotType:(PTExtendedAnnotType)type |
Declaration | |
---|---|
From | + (double)defaultBorderThicknessForAnnotType:(PTAnnotType)type |
To | + (double)defaultBorderThicknessForAnnotType:(PTExtendedAnnotType)type |
Protocols | |
---|---|
From | UIViewControllerTransitioningDelegate |
To | UIPopoverPresentationControllerDelegate, UIViewControllerTransitioningDelegate |
Declaration | |
---|---|
From | - (nonnull instancetype)initWithDelegate:(nonnull id<PTNoteEditControllerDelegate>)delegate annotType:(PTAnnotType)annotType |
To | - (nonnull instancetype)initWithDelegate:(nonnull id<PTNoteEditControllerDelegate>)delegate annotType:(PTExtendedAnnotType)annotType |
Declaration | |
---|---|
From | @property (nonatomic, strong, nullable) NSArray<UIViewController *> *listViewControllers |
To | @property (nonatomic, copy, nullable) NSArray<UIViewController *> *listViewControllers |
Declaration | |
---|---|
From | - (void)createTextMarkupAnnot:(PTAnnotType)annotType |
To | - (void)createTextMarkupAnnot:(PTExtendedAnnotType)annotType |
Declaration | |
---|---|
From | - (void)createTextMarkupAnnot:(PTAnnotType)annotType withColor:(nonnull PTColorPt *)color withComponents:(int)components withOpacity:(double)opacity |
To | - (void)createTextMarkupAnnot:(PTExtendedAnnotType)annotType withColor:(nonnull PTColorPt *)color withComponents:(int)components withOpacity:(double)opacity |