I’m trying to make a simple epub reader, using UiWebweb.
First page in epub file always be the cover, a html contains img label.
But,
1. How can i detect whether a loaded html contains img?
2. is there a UIImageView in UiWebView.subviews?
any help is appreciate
I’m trying to make a simple epub reader, using UiWebweb . First page in
Share
No, there are no
UIImageViews,UIWebViewmanage itself the rendering of html page, so if animgis anhrefinto the html page you have to parsing the html file to intercept your favourite tags.