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 |
Tags
- Django
- 디자인패턴
- AI
- view
- APP
- python
- Pycharm
- Toast Message
- Deep learning
- toast
- 빅데이터
- 앱
- swift
- 템플릿
- 딥러닝
- Artificial Intelligence
- Machine Learning
- 장고
- 파이썬
- IOS
- BigData
- ios toast message
- 인공지능
- model
- 시각화
- 기계학습
- 머신러닝
- swift toast message
- Android
- 모델
Archives
- Today
- Total
목록Android Toast (1)
이끼의 생각
iOS Toast 메세지 만들기 (1)
//Toast Message //How To Use : showToast(controller: self, message : "This is a test", seconds: 2.0) func showToast(controller: UIViewController, message : String, seconds: Double) { let alert = UIAlertController(title: nil, message: message, preferredStyle: .alert) alert.view.backgroundColor = UIColor.black alert.view.alpha = 0.6 alert.view.layer.cornerRadius = 15 controller.present(alert, anim..
Mobile App/iOS와 Swift
2019. 4. 16. 16:40