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