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
- 데이터 공유
- Android O
- 안드로이드 개발 레벨업 교과서
- 페이스북
- Google Cloud Messasing
- signing
- 다른 앱에서 열기
- ios
- 트위터
- 카카오톡
- AccountManager
- HTTP
- unreal
- BLOCK
- Android O Preview
- Google Cloud Messasging
- contentprovider
- GCM
- 배포
- service
- Android
- ios9
- NSURLConnection
- android studio
- In-app Billing
- xcode
- Activity 수명 주기
- Push
- gradle
- Unchecked Exception
Archives
- Today
- Total
목록UIActionSheet (1)
노블의 개발이야기
[iOS] UIActionSheet
UIActionSheet UIActionSheet is deprecated in iOS 8.(Note that UIActionSheetDelegate is also deprecated.)To create and manage action sheets in iOS 8 and later, instead use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet. - (IBAction)showActionSheet:(id)sender { UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:@"Select the operation to proceed?" delega..
iOS
2015. 7. 13. 12:02