Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better IB support for BTRControls #19

Open
indragiek opened this issue Jul 20, 2013 · 1 comment
Open

Better IB support for BTRControls #19

indragiek opened this issue Jul 20, 2013 · 1 comment

Comments

@indragiek
Copy link
Contributor

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?

@avaidyam
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants