Tag: App Transport Security
-
Why your Web View Doesn’t Work in iOS9 — and what to do about it
While updating my tutorial for UIWebView I came across a problem I had heard about but had not experienced. I had even heard a claim that a lot of apps are broken or rejected because of this. Apple has increased security on web accesses, and it does crash a web view rather quickly. I’m going […]
-
Swift Swift: Using UIWebViews in Swift
[Updated to Swift2.0/iOS9 — 10/17/15 SJL] There are times we need formatted content. There are also times we need to access content on the web. The UIWebView is a very useful view for both. In this week’s lesson we’ll explore how to use this view in a variety of applications. One warning: Since this is […]