The following line of code works but returns the HTML code before executing the java scripts in the page.
var myContent = String(contentsOfURL: NSURL(string: myURL)!, encoding: NSUTF8StringEncoding, error: nil) as String!
I've been researching this for a while but I'm having a hard time filtering out all the iOS noise (any advise on this would be highly appreciated).