Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
849 stars 134 forks source link

Debug Freestyle. #190

Open Dune2015 opened 8 years ago

Dune2015 commented 8 years ago

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.

anton-matosov commented 8 years ago

You can use my fork to debug the issue. it uses source code based cocoapods integration. details are here: https://github.com/Pixate/pixate-freestyle-ios/issues/192#issuecomment-156774990