Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 393 Bytes

MIGRATION.md

File metadata and controls

19 lines (10 loc) · 393 Bytes

Mirating from version 0.6.0 to 1.0

If you're migrating from Keyboard v0.6.0 to v1.0:

Step 1:

Remove the handlesKeyboard runtime attribute from your Keyboard-enabled view controllers:

handles_keyboard

Step 2:

Make sure to remove outdated outlet collections:

outlet_collections

Step 3:

That's it!