UIWebKit icon indicating copy to clipboard operation
UIWebKit copied to clipboard

Fix: Change naming for the .add(text) methods for UIElement

Open calebkleveter opened this issue 8 years ago • 0 comments

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 the UIElement.add{Raw}(text) methods to UIElement.set{Raw}(text).
  • [ ] Add UIElement.add{Raw}(text) methods.

calebkleveter avatar Mar 27 '17 16:03 calebkleveter