InterfaCSS
InterfaCSS copied to clipboard
The CSS-inspired styling and layout framework for iOS
Please migrated UIWebView to WKWebview.
I have quite a large stylesheet file (2048 lines) and I found out that InterfaCSS takes awful lot of RAM. I run profiling and found out that InterfaCSS keeps allocated...
It would be great if there was a way to style an NSAttributedString somehow. I know this might be a bit out of scope of this project, but I would...
Would be cool if you could set a frame or layout and tell it to keep its x and y value. Something like: ``` .offerRowView { frame: rect(current, current, 30,...
It would be nice if there was a support for a shorthand versions of these files like there is in CSS. For example: `point(10, 10)` => `point(10)` `insets(10, 10, 10,...