Commit d1f5b37f authored by wind.wang's avatar wind.wang

set ios showPoster

parent 0ebeea3b
......@@ -192,6 +192,10 @@
[shareParam setUseContentTitle:param[@"useContentTitle"]];
}
if ([param.allKeys containsObject:@"showPoster"]) {
[shareParam setShowPoster:param[@"showPoster"]];
}
NSString *title = param[@"title"];
if (title) {
[shareParam setTitle:title];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment