UIWebKit
UIWebKit copied to clipboard
Create web pages for Vapor in Swift.
Create an enum that represents HTML tag attribute keys. This enum should have a raw value type of String.
Cool project! I want to suggest you to open a demo website realized with this framework, where how want to use UIWebKit can explore its power and its features.
The `UIElement.parse()` method is deprecated and is replaced by `UIElement.render()`. This deprecated method should be removed.
The `UIElement` has a couple of methods that set the text for the element. The problem is that they are called `add`. It should be `set`. - [ ] Change...