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
- Bitcode
- error
- IOS
- 아이폰7
- 앱스토어
- 포켓볼
- 신도림
- 보라카이
- swift3
- LG유플러스
- 신도림 테크노마트
- simulator
- 해몽
- loop
- GCD
- 얻는법
- Example
- push
- Check
- 공략
- 샘플
- 포켓몬 GO
- afterdelay
- UIView
- 스마트폰
- swift
- Xcode
- setting
- UITableView
- 페이백
Archives
- Today
- Total
목록Launch (1)
도래울
ios launch app setting
You can open settings apps programmatically like this (works only from iOS8 onwards).If you are using Swift:UIApplication.sharedApplication().openURL(NSURL(string: UIApplicationOpenSettingsURLString)!)If you are using Objective-C:[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];For other lower versions (less than iOS8) its not possible to progr..
개발/iOS
2016. 11. 2. 15:16