Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- setting
- Bitcode
- UIView
- 샘플
- push
- 스마트폰
- 신도림
- LG유플러스
- error
- loop
- simulator
- UITableView
- 앱스토어
- 공략
- 포켓몬 GO
- GCD
- 해몽
- 아이폰7
- IOS
- 신도림 테크노마트
- Example
- Xcode
- afterdelay
- 포켓볼
- 얻는법
- Check
- 보라카이
- 페이백
- swift3
- swift
Archives
- Today
- Total
목록nsurl parts (1)
도래울
Get parts of a NSURL in objective-c
This isn't exactly the third level, mind you. An URL is split like that way:the protocol or scheme (here, http)the :// delimiterthe username and the password (here there isn't any, but it could be username:password@hostname)the host name (here, digg.com)the port (that would be :80 after the domain name for instance)the path (here, /news/business/24hr)the parameter string (anything that follows a..
개발/iOS
2016. 12. 2. 17:02