NSURL path vs absoluteString

Question 1: What is the actual difference between these methods? Let’s analyze this writing 6 lines of code – 3 for a local and 3 for http URL – and playing around with them a little bit. Let’s create an NSURL using the file:// scheme. If you ask yourself why there are 3 / after … Read more