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.
Xcode7ベータ版でTableViewのUIEdgetInsetsをswift 2.0で設定しようとしています ここに私のコードがあります
UIEdgeInsets の設定中にこのエラーが発生し続けます
UIEdgeInsets は、引数として 4 つの CGFloats または 4 つの int を受け取ります。不明なタイプの CFloat と 3 つの int を指定したため、swift にはそのための初期化子がありません。CFloat を CGFloat に調整すると、問題が解決するはずです