I created a toolbar above the picker with two buttons and worked on ios7, when i run in ios8 crash:
Terminating app two to uncaught exception \'UIVi
I ran into this issue also. My code didn't have any addSubView but my xib has a UIView with another UIView inside. The UIView inside had an outlet to a UIView property as so:
@property(nonatomic, strong) IBOutlet UIView *inputView;
What solved it was to open the xib, right click the "File's Owner" (yellow cube icon) which opens the list of views and outlets and deleting the link by unchecking the circle to the right.