Category Archives: Posts

SkyEpub 8.5.1 for iOS Released

New Event Function Added to FixedViewControllerDelegate

/** called when link is hit by tap gesture. @param urlString the link address hit by tap */
-(void)fixedViewController:(FixedViewController*)fvc didHitLink:(NSString*)urlString;

Fixed Issue that function setBookPath does not work properly when the path contains nicode characters sometimes.

SkyEpub 8.5.0 for iOS Released

New Error Log View Added
When SkyEpub SDK detects serious error, the error code will be shown on the top of screen with detail message.

New Function added.
// Set Book Path to Open.
void setBookPath:(NSString*)path;

Issues Fixed
Resolved the issue that gotoPageByNavPoint does not work in Fixed Layout.