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 | 29 | 30 | 31 |
Tags
- error
- UITableView
- 페이백
- 포켓몬 GO
- 얻는법
- 스마트폰
- 아이폰7
- 해몽
- IOS
- 공략
- UIView
- simulator
- 신도림 테크노마트
- Check
- LG유플러스
- 앱스토어
- GCD
- swift3
- 포켓볼
- 신도림
- Bitcode
- afterdelay
- Xcode
- push
- 샘플
- swift
- setting
- Example
- loop
- 보라카이
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