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
- HTTP
- Activity 수명 주기
- Google Cloud Messasging
- ios
- android studio
- xcode
- In-app Billing
- 데이터 공유
- unreal
- NSURLConnection
- 안드로이드 개발 레벨업 교과서
- service
- 카카오톡
- 배포
- Unchecked Exception
- 페이스북
- gradle
- contentprovider
- Push
- BLOCK
- Android O
- signing
- 다른 앱에서 열기
- ios9
- 트위터
- Google Cloud Messasing
- Android O Preview
- AccountManager
- GCM
- Android
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