rnystrom / RNBlurModalView

Add depth to your alerts.
MIT License
830 stars 143 forks source link

Some errors while importing to project #10

Closed chwastek closed 11 years ago

chwastek commented 11 years ago

Hi there, I just tried to put your RNBlurModalView into my project, so I can play a bit with it. Unfortunatelly it produced error: 1) in RNBlurModalView.m dispatch_once(&once, ^{ closeButtonImage = [self closeButtonImage]; }); Receiver type 'RNCloseButton' for instance message does not declare a method with selector 'closeButtonImage'. kind regards F

rnystrom commented 11 years ago

Closing this for now. I'd remove the project and re-add it. It looks like something got skipped or deleted by accident as this method is definitely included. Some steps to reproduce would be great.

https://github.com/rnystrom/RNBlurModalView/blob/master/RNBlurModalView.m#L515