Xcode 4: Creating a UIView xib, not properly connecting

前端 未结 30 3497
时光说笑
时光说笑 2020-12-02 16:29

I\'m trying to create a nib that contains a view that will be embedded in a TableViewCell. I\'ve created the interface and implementation files, ResultCell.h an

30条回答
  •  无人及你
    2020-12-02 16:48

    None of the above workarounds resolved the connector issue for me so I shelved my pet project until I came across the following stackoverflow thread:

    https://stackoverflow.com/a/15873770/2846800

    I had been working on a large project in a previous version of XCode and had turned off indexing. By re-enabling indexing my issue is now fixed:

    defaults delete com.apple.dt.XCode IDEIndexDisable
    

    I can now use the D&D features of Interface Builder. I hope this can help others...

提交回复
热议问题