TemplateKit icon indicating copy to clipboard operation
TemplateKit copied to clipboard

React-inspired framework for building component-based user interfaces in Swift.

Results 8 TemplateKit issues
Sort by recently updated
recently updated
newest added

updated my fork to swift 4 https://github.com/davidseek/TemplateKit if anyone s'interested

Add an out-of-the-box element type for UISwitch and other basic elements.

enhancement

Using the standard CSS transition property. The component rendering this template would need to get access to whatever Animatables are constructed from the CSS property declarations so that it could...

enhancement
animation

Right now you can only animate a single animatable, but not chain them or compose them in any way. Add some sort of AnimatableGroup object or something that would allow...

enhancement
animation

To the extent that it meets App Store guidelines, templates should allow for simple conditional and looping logic (like Mustache does).

enhancement

Attempt to use the Apple protocol-buffer implementation.

enhancement

There seems to be an issue with XMLElement being leaked when parsing an XML document.

bug

Right now, there's no way to specify a given set of styles that should be applied to a component when that component's state changes. This has to do with the...

enhancement