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 |
Tags
- 안드로이드 숏컷
- Swift flutterviewcontroller
- flutter 회전
- swift 문자
- swift sms
- 스위프트 테이블 뷰 셀
- FlutterView MethodChannel
- Flutter UIKitView MethodChannel
- swift autolayout
- native flutter view
- 스위프트 웹뷰
- 앱 꺼졌을 때 푸시 데이터 저장
- 플러터 뷰 컨트롤러
- 푸시 데이터 저장
- 스위프트 카메라
- 안드로이드 에러
- 스위프트
- NotificationService Extension
- flutter rotate
- 노티피케이션 익스텐션
- silent push
- 앱 백그라운드 푸시 데이터 저장
- 스위프트 UserDefaults
- 안드로이드 FCM
- 스위프트 앨범
- Swift flutterview
- Flutter NativeView
- 안드로이드 앨범
- 안드로이드 바로가기
- 스위프트 푸시
Archives
- Today
- Total
목록스위프트 토스트 (1)
Things take time
[SWIFT] Toast Message 만들기
[코드] 바로 코드로 넘어간다. let toastLabel = UILabel(frame: CGRect(x: view.frame.size.width/2 - 150, y: view.frame.size.height-100, width: 300, height : 35)) toastLabel.backgroundColor = UIColor.clear toastLabel.textColor = UIColor.black toastLabel.textAlignment = NSTextAlignment.center; view.addSubview(toastLabel) toastLabel.text = "등록되었습니다" toastLabel.font = UIFont.boldSystemFont(ofSize: 18) toastLabel...
iOS (기능)
2017. 11. 22. 17:18