Notifications
-
Posted when the PTPDFViewCtrl’s page number has changed.
The notification object is the pdfViewCtrl that posted the notification. The
userInfo
dictionary contains entries for thePTPDFViewCtrlPreviousPageNumberUserInfoKey
andPTPDFViewCtrlCurrentPageNumberUserInfoKey
keys.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlPageDidChangeNotification
Swift
static let PTPDFViewCtrlPageDidChange: NSNotification.Name
-
The key for a
NSNumber
object containing anint
page number.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlPreviousPageNumberUserInfoKey
Swift
let PTPDFViewCtrlPreviousPageNumberUserInfoKey: String
-
The key for a
NSNumber
object containing anint
page number.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlCurrentPageNumberUserInfoKey
Swift
let PTPDFViewCtrlCurrentPageNumberUserInfoKey: String