scaledValueForValue: called on a font that doesn't have a text style set

前端 未结 8 2072
暗喜
暗喜 2020-12-24 01:46

I am currently using the Xcode 6 pre release (not beta) and the simulator on OS X 10.10 Yosemite beta 7. I am trying to build a project developed in xcode 6, but the app cra

8条回答
  •  别那么骄傲
    2020-12-24 02:02

    This only happens for me when using either a UITableView or UITableViewController where initWithStyle: method call is set to UITableViewStyleGrouped. Changing the style to UITableViewStylePlain resolved the issues.

提交回复
热议问题