I\'ve tried to search to web, but I couldn\'t find a topic not older than 1 year regarding this problem, therefore;
How can I play a Vimeo video in an iOS App?
Use Below Code the it will work fine
NSMutableString *html = [[NSMutableString alloc] initWithCapacity:1] ; [html appendString:@""]; [html appendString:@""]; [html appendString:@""]; [html appendString:@""]; [html appendString:@""]; [viewWeb loadHTMLString:html baseURL:urlMovie];