Advertisement
Guest User

Meh

a guest
Jan 25th, 2018
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [NSString stringWithFormat:@"\
  2.                            <html>\
  3.                            <head>\
  4.                            <style type=\"text/css\">\
  5.                            iframe {position:absolute; top:0%%; margin-top:0px;}\
  6.                            body {background-color:#000; margin:0;}\
  7.                            </style>\
  8.                            </head>\
  9.                            <body>\
  10.                            <iframe width=\"150px\" height=\"97px\" src=\"%@\" frameborder=\"0\" allowfullscreen></iframe>\
  11.                            </body>\
  12.                            </html>", videoURL]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement