Reflowable Layout
Resolved the issue that pages are shifted for some css selector.
Reflowable Layout
Resolved the issue that pages are shifted for some css selector.
Fixed Layout
Resolved issue that Curl Effect is improved for more natural transition.
Resolved issue that ThumbnailBox on Bottom does not appear properly after rotation in Advanced Demo IV.
Resolved the issue that Cache Image is not extracted properly when pageTransition is Curl in Fixed Layout
In FixedControl
Issue resolved that public void onLinkClicked(int x,int y,String href); does not work.
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.
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 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.
Fixed the issue that page is shifted in Right To Left languages in some devices.
Fixed the issue that rv.changeBackgroundColor(_ color : UIColor) does not work when new chapter is loaded in PageTransitionNone and PageTransitionSlide.
SkyEpub for iOS Advanced Demo IV in Objective C Released
a. Advanced Demo is totally rewritten in Objective C language.
b. Using storyboard, Code becomes very easy readable now.
c. Importing Epub from local device is added to Advanced Demo.
d. Advanced Demo is 100% based on WKWebView.