illyabusigin / CYRKeyboardButton

A drop-in keyboard button that mimics the look, feel, and functionality of the native iOS keyboard buttons
MIT License
350 stars 46 forks source link

Add IB_DESIGNABLE attribute #6

Open eliotfowler opened 9 years ago

eliotfowler commented 9 years ago

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 commented 9 years ago

Adding this to the next release.