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
- 보라카이
- UITableView
- swift3
- LG유플러스
- 공략
- 샘플
- GCD
- Xcode
- 아이폰7
- Example
- IOS
- 포켓몬 GO
- push
- 얻는법
- 신도림 테크노마트
- 해몽
- 신도림
- swift
- loop
- afterdelay
- 스마트폰
- error
- UIView
- Bitcode
- 포켓볼
- 앱스토어
- setting
- simulator
- Check
- 페이백
Archives
- Today
- Total
목록읽기 (1)
도래울
swift3 json 파일 읽기
data에서 json은 SwiftyJSon 라이브러리를 이용. filename : test.json if let path = Bundle.main.path(forResource: "test", ofType: "json") { do { let data = try? Data(contentsOf: URL(fileURLWithPath: path), options: NSData.ReadingOptions.mappedIfSafe) let jsonObj = JSON(data: data!) if jsonObj != JSON.null { print(jsonObj.arrayObject) } else { print("could not get json from file, make sure that file contains v..
카테고리 없음
2017. 7. 12. 16:24