[ios/swift] ActionSheet를 android toast 처럼 사용하기
안녕하세요 오늘은 아이폰개발시 actionSheet 를 android toast 처럼 사용하기를 해보겠습니다. 말이 필요없습니다 . 바로 코드 보시죠 func ActionSheetAction(){ let alert = UIAlertController(title: "Title", message: "Massage", preferredStyle: UIAlertController.Style.actionSheet) present(alert, animated: true){ DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(5000)) { // your code here alert.dismiss(animated: true, completion: nil) ..
IOS
2019. 8. 15. 20:47
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 샤브샤브
- Swift 앱 버전
- SceneDelegate error
- How to get version swift
- Swift button underline programmatically
- 쇼미더머니6
- [WindowScene] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
- Bundle main infodictionary swift 4
- iPhone X safe area size
- swift autoclosure
- Swift textField max length
- Swift button text underline
- swift uitextfield 글자수 제한
- wwdc21 actor
- Sandbox account sign out
- Android
- Sandbox account logout
- android notification
- autoclosure
- Swift version code
- 위메프
- firebase remote config
- Swift 노치 구분
- swift actor
- 맛집
- Sandbox test login on
- [WindowScene] Failed to Error
- Swift check notch
- Swift label underline storyboard
- Swift app version check
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함