Giter Site home page Giter Site logo

Comments (3)

eeeesong avatar eeeesong commented on September 1, 2024

viewDidAppear 메소드를 통해 레이블 목록을 업데이트 하려고 했으나 모달 방식이라 해당 메소드가 불리지 않음

-> PresentationDelegate 활용

https://developer.apple.com/documentation/uikit/view_controllers/disabling_the_pull-down_gesture_for_a_sheet

-> dismiss 메소드로 dismiss하는 경우엔 델리게이트 메소드가 불리지 않음
-> 클로저를 넘겨서 처리하는 것으로 해결

addLabelViewController.setUpDismissOperation { [weak self] in
      self?.loadData()
 }

from issue-tracker.

eeeesong avatar eeeesong commented on September 1, 2024

POST 메소드의 효율적 사용 위한 리팩토링

from issue-tracker.

eeeesong avatar eeeesong commented on September 1, 2024

LoginInfo 싱글톤 고려

from issue-tracker.

Related Issues (20)

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.