Xcode 6 isn't autocompleting in Swift

前端 未结 10 805
清酒与你
清酒与你 2020-11-29 15:57

I am trying to import various libraries which I can\'t remember their exact name. Unfortunately Xcode 6 (using swift) isn\'t auto completing th

10条回答
  •  迷失自我
    2020-11-29 16:35

    I find that if my deployment target is 8.1 then autocomplete always works. But it is unreliable if it is not.

    enter image description here

提交回复
热议问题