swift - Can not connect custom protocol delegate from storyboard in Xcode 6.1 -


I have upgraded Mac to 10.10 and Xcode from 6.1 so far,

It's a strange thing Which is about the storyboard,

My case is fast using the project, now the custom protocol can not add representative to the storyboard.

The old connected that comes with the older version of Xcode is OK, but I can not

Even after removing the attachment, Can not connect.

Does anyone generate this situation ??

============================= Updated ======= =======================

view class

  @objc Public Protocol Video View Rhesus Delegate {The Video View Reset Line (Video View: GVVideoView) - & gt; Boole; } @IBOutlet var resizeDelegate: VideoViewResizeDelegate?;  

ViewController class

  @Ibd designable public class ViewController: UIViewController, VideoViewResizeDelegate {...}  

interface builder

interface builder The type of outlet does not have a protocol when connecting to an outlet in a swift file. Support declare the type of outlet as any object or NSBJT, using the interface builder Connect Jack to the outlet, then change the type of outlet back to the protocol. (17023935)

It is useless ...


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -