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