JunsW
JunsW
#145 try this one. It fixed this issue
The following is my experience. ImageViewer uses the exactly same `UIImageView` you used or you set. That means, ImageViewer will show the placeholder image first and then turn to the...
Hi @chenshipeng , how did you solve this issue?
Thanks man, `http://47.99.148.129:8087/group2/M00/00/05/rBDJSF4707SAQOcGAA0Cqv-6wgE489.m4a` 👆 I replaced the url in `play from http` function in the example app as the following. ``` -(void) audioPlayerViewPlayFromHTTPSelected:(AudioPlayerView*)audioPlayerView { NSURL* url = [NSURL URLWithString:@"http://47.99.148.129:8087/group2/M00/00/05/rBDJSF4707SAQOcGAA0Cqv-6wgE489.m4a"]; STKDataSource*...