Avatar
iOS 26とそれ未満で URL.appendingPathComponent の挙動が変わってるみたいなんですがどこで言及されてたか知ってる方いますか...? URL(string: "https://www.example.com/")!.appendingPathComponent("/path") iOS 18 -> https://www.example.com//path iOS 26 -> https://www.example.com/path (edited)