SwiftMessages v1.1.0 Release Notes

  • 👌 Improvements

    API Changes

    • 🚚 The BaseView.contentView property of was removed because it no longer had any functionality in the framework.

      This is a minor backwards incompatible change. If you've copied one of the included nib files from a previous release, you may get a key-value coding runtime error related to contentView, in which case you can subclass the view and add a contentView property or you can remove the outlet connection in Interface Builder.