fcanas / ios-color-picker

A color picker for iOS
MIT License
119 stars 27 forks source link

Fix view controller initialization methods #9

Closed fcanas closed 8 years ago

fcanas commented 9 years ago

The following line is allowed, but creates a view controller with no content.

FCColorPickerViewController()

It should either

  1. be annotated as unavailable
  2. be fixed so that it loads its view from the xib