SkyEpub 7.0.8 for iOS Released

Fixed Layout
#1. resolved issue that page is displayed as clipped for some device since skyepub 7.0.7.
#2. new function is added.
/** set Page Scale Factor (0.1f~1.0f : 1.0f default) – if pageScaleFactor is set under 1.0f, memory to allocate each page will be reduced to avoid memory exception. it is useful when each page has very long width or height */
-(void)setPageScaleFactor:(double)scaleFactor;