How can we use WKWebView in interface builder in XCode 7? There is no instances of type WKWebView in object library.
            Asked
            
        
        
            Active
            
        
            Viewed 123 times
        
    1
            
            
        - 
                    You cant use it that way.You have to import webkit and add WKWebView to your view programmatically. – Sanman Aug 05 '16 at 06:55
