rnapier / WebBook

Toy to explore embedding UIView in UIWebView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is just a toy project to show how you can easily stick a fully-functional UIView into an arbitrary UIWebView, along with book-style paging. The interesting pieces are:

  • The <style> block in Simple.html
  • The "embed" <div> in Simple.html (line 125)
  • ViewController.swift and particularly rectForElement.

About

Toy to explore embedding UIView in UIWebView


Languages

Language:HTML 96.8%Language:Swift 3.2%