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 | 31 |
Tags
- swift sms
- 스위프트 앨범
- 안드로이드 에러
- 스위프트 카메라
- FlutterView MethodChannel
- 스위프트 테이블 뷰 셀
- 플러터 뷰 컨트롤러
- native flutter view
- 안드로이드 앨범
- Flutter UIKitView MethodChannel
- swift autolayout
- 스위프트 웹뷰
- 스위프트
- 푸시 데이터 저장
- NotificationService Extension
- 스위프트 푸시
- flutter rotate
- 안드로이드 숏컷
- flutter 회전
- Flutter NativeView
- 안드로이드 FCM
- 앱 꺼졌을 때 푸시 데이터 저장
- 앱 백그라운드 푸시 데이터 저장
- 안드로이드 바로가기
- silent push
- 스위프트 UserDefaults
- swift 문자
- Swift flutterviewcontroller
- 노티피케이션 익스텐션
- Swift flutterview
Archives
- Today
- Total
목록스위프트 오토레이아웃 (1)
Things take time
[SWIFT] 오토레이아웃 코드로
[Code] containerView = UIView(frame: self.view.frame) self.view.addSubview(containerView) //제약조건을 프로그래밍으로 할때는 뷰 자체적으로 수행하는 오토리사이징을 꺼야 함(이유 : 사용자가 지정한 오토레이아웃 조건과 충돌하여 제약조건 문제를 일으킴) containerView.translatesAutoresizingMaskIntoConstraints = false self.view.addConstraint(NSLayoutConstraint(item: containerView, attribute: .top, relatedBy: .equal, toItem: self.topLayoutGuide, attribute: .bottom, multi..
iOS (기능)
2017. 10. 27. 10:21