개발/swift

Swift URLComponents

lemonade 2020. 11. 12. 10:00
반응형

What is urlComponents?


A structure that parses URLs into and constructs URLs from their constituent parts.

 

For example)

 


From apple docs)

 

Apple Developer Documentation

 

developer.apple.com

How to make url with query parameters? 


How to get query parameters from url? 

 


Happy coding :)

 

반응형
그리드형

'개발 > swift' 카테고리의 다른 글

Swift UIColorPickerViewController  (0) 2020.11.14
Swift UIControls with closures  (0) 2020.11.12
Swift @available and #available  (0) 2020.11.10
Swift everything about launch screen  (0) 2020.11.07
Swift how to fix autolayout issue?  (0) 2020.11.05