UIWebKit icon indicating copy to clipboard operation
UIWebKit copied to clipboard

Create web pages for Vapor in Swift.

Results 4 UIWebKit issues
Sort by recently updated
recently updated
newest added

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...