[iOS swift] snapkit tableview 만들 때 유의사항
tableview cell 안에 contentview가 있어서 이 요소 아래에다가 addSubview로 등록해주고 시작해야 함..!!
contentView를 안쓰고 그냥 tableviewcell 에 등록하면 망..
self.contentView.addSubview(tableviewcellStackView)
https://hururuek-chapchap.tistory.com/165
'iOS > iOS SeSAC 2기 TIL' 카테고리의 다른 글
iOS swift ActivityViewController (0) | 2022.08.25 |
---|---|
[iOS swift] 값 전달시 유의사항: 화면 전환 전에 값 전달 (0) | 2022.08.23 |
UIButton in UITableViewCell (0) | 2022.08.23 |
UITableView Editing mode. tableview cell delete (0) | 2022.08.23 |
[iOS swift] snapkit 이용한 tableview 코드로 만들기 (0) | 2022.08.22 |