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
- flutter 회전
- FlutterView MethodChannel
- 플러터 뷰 컨트롤러
- Flutter NativeView
- 앱 백그라운드 푸시 데이터 저장
- silent push
- 스위프트
- Swift flutterviewcontroller
- 안드로이드 숏컷
- 스위프트 UserDefaults
- flutter rotate
- 푸시 데이터 저장
- 스위프트 카메라
- 스위프트 앨범
- 안드로이드 바로가기
- swift sms
- Swift flutterview
- Flutter UIKitView MethodChannel
- swift autolayout
- 안드로이드 에러
- 스위프트 웹뷰
- swift 문자
- 스위프트 테이블 뷰 셀
- native flutter view
- 스위프트 푸시
- 안드로이드 FCM
- 앱 꺼졌을 때 푸시 데이터 저장
- 안드로이드 앨범
- NotificationService Extension
- 노티피케이션 익스텐션
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