The Storyboard vs Programmatic approach debate

I'm finally weighing in on this. First of all I hesitated to do this earlier because I wanted to experience the frustrations of using either approaches myself. I have found myself on the business end of this error more times than I care to handle this past month. storyboard "Main" doesn't contain a view controller … Continue reading The Storyboard vs Programmatic approach debate

How to open a URL in Safari using WKWebView

Hi everyone and welcome back! In this post I want to show you how you can open any url on your safari-simulator.   The code is pretty simple, you just need to import WebKit and create an instance of it in the loadView() method.  Make your ViewController the webView you just created by assigning it … Continue reading How to open a URL in Safari using WKWebView