Re: Unable to connect IBOutlet in Swift Xcode 7b2

2015-07-14 Thread Quincey Morris
On Jul 14, 2015, at 12:49 , Rick Mann wrote: > > What is my module's name, exactly, in an app target? Go to the build settings for the target, filter on “Module Name” and you’ll see it. Note that you can’t enter the module name into the build settings directly. If you try, it’ll tell you that

Re: Unable to connect IBOutlet in Swift Xcode 7b2

2015-07-14 Thread Rick Mann
> On Jul 14, 2015, at 12:29 , Fritz Anderson wrote: > > Blank? Not a placeholder for “Current — Your_Target_Name?” The NIB/storyboard > loading process for Swift needs an absolute module name, and in my > experience, IB’s reference may not survive transfer between projects or > targets. The r

Re: Unable to connect IBOutlet in Swift Xcode 7b2

2015-07-14 Thread Fritz Anderson
[The thread is a week old, so it may have gone stale…] On 7 Jul 2015, at 1:58 AM, Rick Mann wrote: > >> >> On Jul 6, 2015, at 23:22 , Kyle Sluder wrote: >> >> On Mon, Jul 6, 2015, at 07:57 PM, Rick Mann wrote: >>> On Jul 6, 2015, at 17:54 , Charles Srstka wrote: I’ve occasio

Re: Unable to connect IBOutlet in Swift Xcode 7b2

2015-07-07 Thread Rick Mann
> On Jul 6, 2015, at 23:22 , Kyle Sluder wrote: > > On Mon, Jul 6, 2015, at 07:57 PM, Rick Mann wrote: >> >>> On Jul 6, 2015, at 17:54 , Charles Srstka wrote: >>> >>> I’ve occasionally had issues getting Xcode to connect outlets and actions. >>> My workaround for it is to open the Assistant

Re: Unable to connect IBOutlet in Swift Xcode 7b2

2015-07-06 Thread Kyle Sluder
On Mon, Jul 6, 2015, at 07:57 PM, Rick Mann wrote: > > > On Jul 6, 2015, at 17:54 , Charles Srstka wrote: > > > > I’ve occasionally had issues getting Xcode to connect outlets and actions. > > My workaround for it is to open the Assistant view, and drag from your view > > into the source file,

Re: Unable to connect IBOutlet in Swift Xcode 7b2

2015-07-06 Thread Rick Mann
> On Jul 6, 2015, at 17:54 , Charles Srstka wrote: > > I’ve occasionally had issues getting Xcode to connect outlets and actions. My > workaround for it is to open the Assistant view, and drag from your view into > the source file, and let Xcode create an outlet or action automatically. Then

Re: Unable to connect IBOutlet in Swift Xcode 7b2

2015-07-06 Thread Charles Srstka
On Jul 6, 2015, at 7:46 PM, Rick Mann wrote: > > I'm having a heck of a time connecting UIViews to my classes. I have a > UICollectionViewCell subclass with a bunch of subviews. One of those is > custom. > > While I can drag from views to the Swift code for the UICollectionViewCell > subclass

Unable to connect IBOutlet in Swift Xcode 7b2

2015-07-06 Thread Rick Mann
I'm having a heck of a time connecting UIViews to my classes. I have a UICollectionViewCell subclass with a bunch of subviews. One of those is custom. While I can drag from views to the Swift code for the UICollectionViewCell subclass, it keeps trying to connect it to a storyboard in a completel