You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is even possible, but it's currently clunky to use BTRControl's from Interface Builder because you can't set a target/action without doing it programatically. I think doing target/action connections might be limited to NSControl subclasses in IB, but maybe we can figure out a more creative solution?
The text was updated successfully, but these errors were encountered:
It's impossible because Interface Builder only gives the selector outlet to NSCell and NSControl subclasses. I'm looking for a way around this with Mocha, something like IBOutletCollection might help, but that too is iOS only.
Not sure if this is even possible, but it's currently clunky to use
BTRControl
's from Interface Builder because you can't set a target/action without doing it programatically. I think doing target/action connections might be limited toNSControl
subclasses in IB, but maybe we can figure out a more creative solution?The text was updated successfully, but these errors were encountered: