SkyEpub 7.0.9 for iOS Released

Reflowable Layout

#1. playNext, playPrev moves without speeching when TTS is paused.
#2. resolved issue that isPaused() return wrong value.
#3. new functions are added.

/** enable/disable the fonts inside epub */
-(void)setBookFontEnabled:(BOOL)value;

/** enable/disable the stylesheet(.css) inside epub */
-(void)setBookStyleEnabled:(BOOL)value;

/** enable/disable the stylesheet (.css) inside epub if book is created by sigil editor */
-(void)setSigilStyleEnabled:(BOOL)value;