Xcode 6.3 code completion too slow

前端 未结 4 438
后悔当初
后悔当初 2020-12-23 09:45

I\'ve just updated Xcode to version 6.3. I\'m working on a project in Swift with some imported Objective C code. I also use Cocoapods.

I had the same issue with the

4条回答
  •  独厮守ぢ
    2020-12-23 10:07

    I used extensions on the GameScene Class and it sped everything up.

    I took out three large functions from my gameScene Class, And made three separate extensions for them.

    This is probably the easiest solution if none of the above work.

提交回复
热议问题