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-not-reset-style

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!