This is a great project. I've just successfully put it into my app and it took hardly any time at all.
But I'm not sure why the imageView property is marked as unavailable.
@property (nonatomic, readonly, strong) UIImageView *imageView __attribute__((unavailable));
// default is nil. image view will be created if necessary.
The comment below it says an image view will be created if necessary, but this seems not the case.
Were there problems getting an imageView to render in the MDSpreadView?
I'm going to see what happens when I change that code a bit to try and get it to work.
This is a great project. I've just successfully put it into my app and it took hardly any time at all.
But I'm not sure why the imageView property is marked as unavailable.
The comment below it says an image view will be created if necessary, but this seems not the case.
Were there problems getting an imageView to render in the MDSpreadView?
I'm going to see what happens when I change that code a bit to try and get it to work.