pixate

How to get Pixate v2 Real Time CSS working with Xcode 5

∥☆過路亽.° 提交于 2019-12-24 17:11:57
问题 I have successfully got pixate 2.0.1 working with XCode 5 on a ios 7 project. Its really awesome actually! And it would be even way more awesome with Real Time CSS. This is basically where the iPhone/iPad simulator will update live while the css file is edited and saved. Now thats just cherry all the way. But unfortunately I'm not yet able to get it working. I followed the directions that Paul Colton gave here: http://youtu.be/rjNrNIyEL_c. But it is for version 1 of Pixate and uses the now

Pixate Freestyle: clear styleClass property does not reset style

本秂侑毒 提交于 2019-12-13 18:02:20
问题 I am using Pixate Freestyle in iOS and am adding a class to a UITableViewCell's textLabel ( cell.textLabel.styleClass = @"some-class" ). When I remove the styleClass ( cell.textLabel.styleClass = nil or cell.textLabel.styleClass = @"" ) the style of the font remains what it was when set to @"some-class". Any idea why this would be? Clearing styleClass on other objects works just fine. :) Thanks. 来源: https://stackoverflow.com/questions/22058856/pixate-freestyle-clear-styleclass-property-does