Defining multiple WKImages or WKInterfaceGroups into an array should be possible in Swift the same way it is for UIKit elements --
@IBOutlet var images: Array<WKImage>?
but there seems to be no way to link them through Interface Builder. Is this functionality not there yet, broken, or just not coming? Or am I missing something?
Any suggestions or workarounds for dealing with lots of images or groups on one view? Control-dragging each and making giant arrays seems quite inefficient.
Thanks!