Git Product home page Git Product logo

simple-dday's Introduction

반갑습니다! 서보경입니다. 👋


Solved.ac 프로필
Be-beee's github stats Top Langs

simple-dday's People

Contributors

be-beee avatar

Stargazers

 avatar  avatar

Watchers

 avatar

simple-dday's Issues

UIDatePickerStyle.inline과 UITapGestureRecognizer 간의 충돌 이슈

UIDatePicker를 .inline으로 변경 후 탭 동작이 제대로 동작하지 않아 원인 파악 도중 Unable to Tap Days in iOS14를 참조해 원인을 특정 지음.

func setTapGestureAtView() {
    let tapBG = UITapGestureRecognizer(target: self, action: #selector(tapBackground))
    // tapBackground: 백그라운드를 탭하여 키보드를 해제하는 메서드
    self.view.addGestureRecognizer(tapBG)
}

해당 UITapGestureRecognizer를 적용하지 않는 것으로 원인을 임시적으로 해결했으나 키보드 해제와 관련된 편의성이 떨어질 우려가 있음.
이로 인해 Inline 형태의 UIDatePicker와 UITapGestureRecognizer의 공생 방안을 모색하고자 함.

Push Notification 사운드 추가

(유저 피드백)
배너 및 잠금화면, 알림 센터에 알림이 표시되는 것과 별개로 알림 사운드가 없어 추가 필요

Data Sharing Syncing 이슈

위젯과 앱 간 공유된 데이터에 변화(추가, 삭제)가 발생할 때, 위젯 편집 화면에 바로 적용되지 않는 이슈가 있음

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.