SkyEpub 5.0.8 for iOS Released

Reflowable Layout

New Function is added.

/** set the max number of webviews */
// when you need to adjust the number of webviews to be used in multi cache system, call the setMaxWebViews
// default value is 3, multi cache system will be desabled if the value is set to 1.

-(void)setMaxWebViews:(int)max;