Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug Freestyle.

Dune2015 opened this issue · comments

I am using Pixate Frestyle in a app extension and I encountered some weird thing that same CSS in default.css doesn't make any screen changes but if I modified the same rule in the css file, I can see changes take into effect. So, there is some delay. Adding dispatch main queue and dispatch after doesn't help. Because Pixate code is in my main project, I have to send notification to trigger updateStylesForAllViews because there is no shared application. Any suggestion of how to debug Freestyle iOS? Thanks.

You can use my fork to debug the issue. it uses source code based cocoapods integration. details are here:
#192 (comment)