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 autolayout
- FlutterView MethodChannel
- swift sms
- swift 문자
- 안드로이드 숏컷
- 안드로이드 에러
- flutter 회전
- 안드로이드 앨범
- 스위프트
- silent push
- Swift flutterview
- 노티피케이션 익스텐션
- 스위프트 테이블 뷰 셀
- 푸시 데이터 저장
- 스위프트 웹뷰
- NotificationService Extension
- 앱 꺼졌을 때 푸시 데이터 저장
- 스위프트 UserDefaults
- 스위프트 앨범
- 안드로이드 FCM
- flutter rotate
- 스위프트 푸시
- 스위프트 카메라
- Swift flutterviewcontroller
- Flutter UIKitView MethodChannel
- 앱 백그라운드 푸시 데이터 저장
- Flutter NativeView
- native flutter view
- 안드로이드 바로가기
Archives
- Today
- Total
목록swift uitableview programmatically (1)
Things take time
[SWIFT] Create UITableView programmatically, 테이블 뷰 코드로
[로직] 설명은 생략한다. 말 그대로 스토리보드를 활용하지 않고 뷰 컨트롤러 스위프트 파일만 연결하고 시작한다. [코드]import UIKit class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { let myTableView: UITableView = UITableView() let items: [String] = ["abc", "def", "ghi"] override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. // Do any additional ..
iOS (기능)
2017. 11. 10. 10:41