7 tips for using UIWebView топик-ссылка

For an IPhone app I have been building, I decided to use the UIWebView to render SVG files, instead of doing the vector rendering myself. I needed to have a way to read-in files generated from a vector authoring tool (Illustrator etc.) and after initially looking for an open-source SVG parsing/rendering engine of some sort, I decided on hosting the UIWebView itself instead and use the SVG rendering capability of WebKit.

Работаем с UIWebView

В статье описано основные моменты при работы с элементом управления UIWebView, а также некоторые tips, с которыми пришлось столкнуться в процессе работы.

UIWebView позволяет добавить веб-браузер в свое приложение. По своей сути это будет Safari (правда немного модифицированный в учетом специфики iPhone).

( Читать дальше )