Skip to content

Add IB_DESIGNABLE attribute #6

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

Open
eliotfowler opened this issue Nov 14, 2014 · 1 comment
Open

Add IB_DESIGNABLE attribute #6

eliotfowler opened this issue Nov 14, 2014 · 1 comment
Assignees

Comments

@eliotfowler
Copy link

With Xcode 6, you can now define custom UIViews as IB_DESIGNABLE and the view will actually render in Interface Builder. For example, I am creating a crossword app and need a completely custom keyboard. Using the IB_DESIGNABLE attribute, this is how my view controller renders in IB:

screen shot 2014-11-13 at 10 11 53 pm

The crossword grid and the keyboard are both single UIViews on the view controller's view.

@illyabusigin
Copy link
Owner

Adding this to the next release.

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