SnapKit 3

iOS swift tableview with section by snapkit programmatically

iOS swift tableview with section by snapkit programmatically https://magi82.github.io/implement-uitableview-programmatically-in-swift/ Swift Code로 UITableView 구현하기 – 마기의 개발 블로그 – 즐겁게 개발을 하고 싶은 욕심 많은 개발 안녕하세요. 마기입니다. 당분간 Swift 혹은 ios 관련 내용으로 포스팅할 예정입니다. 해외에는 ios 프로젝트에서 storyboard를 사용할지 xib를 사용할지 code로 구현할지에 대한 이슈가 엄청난 핫이슈 magi82.github.io https://ios-development.tistory.com/899 [iOS - swift] UITa..

iOS swift) collectionview with snapkit

iOS swift) collectionview with snapkit 연습이 많이 필요한 지점... 인스타그램 사진 뜨듯이 위에처럼 만들어보려고 할 때 아래와 같이 해보았다. Launching App 프로젝트 중 PhotoViewController.swift override func loadView() { self.view = mainView } override func viewDidLoad() { super.viewDidLoad() //MARK: -collectionView 등록 mainView.collectionView.backgroundColor = Constants.BaseColor.background mainView.collectionView.snp.makeConstraints { make in..

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

[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을 넣는데 작동하지 않는 것 입니다... 두가지에 대해 문제가 있는데 각각 알아보도록 하..