Coder Social home page Coder Social logo

alamofiretutorial-ios's Introduction

alamofireTutorial-iOS

Alamofire 를 활용한 api 통신을 연습하는 튜토리얼

  • SwiftyJSON 이 아닌 swift 자체에서 지원하는 Codable 을 사용해보자. //codable 에 대하 설명 조금.

오류1

  • tableviewc cell 에 api 에서 가져오 정보를 넣게되면 nil 관련 에럭 나온다. print 해보면 값은 출력되는데 무슨 문제일까?

  • 구글링을 해보니 오류의 문제파악이 어긋났다는걸 알았다. nib 파일로 만든 tableview cell 을 제대로 연결해주지 못해서 cell 을 초기화할 수 없어서 옵셔널 관련 에럭 나왔다는 것을 알았다.
//nib 파일이 들어갈 파라미터에 customcell 의 클래스이름을 넣어주었던 것이 잘못.
self.tableView.register(myTableViewCellNib, forCellReuseIdentifier: CustomCell.identifier)

오류2

  • 아래와 같이 constraint 가 아래가 지정되지 않아 tableview 의 automaticDimension 을 사용하면 잘렸다.

완성

출처

alamofiretutorial-ios's People

Contributors

hyun99999 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.