Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 swift 2.0 在 Xcode7 beta 中设置 TableView 的 UIEdgetInsets 这是我的代码
我在设置 UIEdgeInsets 时不断收到此错误
UIEdgeInsets 将 4 个 CGFloats 或 4 个整数作为参数,您为它提供了一个未知类型的 CFloat 和 3 个整数,因此 swift 没有为此提供初始化程序。将 CFloat 调整为 CGFloat 应该可以解决问题