I'm having trouble creating an output collection in Xcode 6. The output collections in Xcode 6 now function like regular IBOutlets, and you use the same @IBOutlet attribute to declare the release collection without thinking of specifying an array for this type. I did this, in my opinion, a fast file with ie files
@IBOutlet var cardButtons: UIButton[]
In Xcode 5, when one control drags an item from the storyboard to the appropriate view controller using the helpers editor, they are given the opportunity to create an output or output collection. This seems more impossible in Xcode 6, and my hunch is that the products and the output of the collection now use the same @IBOutlet attribute. How to create a collection of sockets that will contain 10 buttons, without being able to control the drag and drop of each type of storyboard and connect it to mine
@IBOutlet var cardButtons: UIButton[]
property in my view controller swift file?
swift xcode6
sheltereddougie Jun 05 '14 at 17:15 2014-06-05 17:15
source share