iOS/iOS SeSAC 2기 TIL

[iOS swift] snapkit tableview 만들 때 유의사항

Developer-Michelle 2022. 8. 23. 23:09

[iOS swift] snapkit tableview 만들 때 유의사항

 

tableview cell 안에 contentview가 있어서 이 요소 아래에다가 addSubview로 등록해주고 시작해야 함..!!

contentView를 안쓰고 그냥 tableviewcell 에 등록하면 망..

self.contentView.addSubview(tableviewcellStackView)

 

https://hururuek-chapchap.tistory.com/165

 

ERROR) UIButton.addTarget이 작동 안 될 때 In Code

안녕하세요 후르륵짭짭입니다. 이번에 Code로 TableView를 구현 할 때, Button을 넣는데 작동하지 않는 것 입니다... 두가지에 대해 문제가 있는데 각각 알아보도록 하겠습니다. ** Button의 addTarget은 lazy

hururuek-chapchap.tistory.com