CooperRS / RMPickerViewController

This is an iOS control for selecting something using UIPickerView in an UIAlertController like manner
MIT License
381 stars 51 forks source link

Complaining about RMAction? #33

Closed ayhoung closed 9 years ago

ayhoung commented 9 years ago

I'm getting this error: Use of undeclared identifier 'RMAction'

I was wondering what I'm doing wrong?

CooperRS commented 9 years ago

Looks like RMActionController as dependency has not been installed. Are you using RMPickerViewController via CocoaPods or did you copy the source files into the folder yourself?

(If it is the latter: I'm sorry, I forgot to mention this in the documentation. I'll fix that asap :) )

CooperRS commented 9 years ago

Fully release version 2.0.0 of RMPickerViewController. Install instructions should be consistent now :)