Git Product home page Git Product logo

ios-cloud-notes's Introduction

동기화 메모장 프로젝트 저장소

목차

  • 기능
  • 설계, 구현

기능

  • 메모 리스트가 있고, 선택하면 메모의 내용을 볼 수 있다. 텍스트는 편집이 가능하다. (UI는 모두 코드로 구현)
  • 가로가 Compact Size일 때는 행을 클릭하면 상세뷰로 넘어감
  • 가로가 Regular Size일 때는 Split View로 전환되어 두번째 뷰가 오른쪽에 표시되도록 구현
Compact Size Regular Size 로 전환
11 22

설계, 구현

Step1

UML

CloudNotes drawio2

MVVM 패턴으로 리팩토링

MVVM

  • Model: 데이터를 캡슐화
  • View: UI 같은 시각적인 요소를 관리
  • ViewModel: Model데이터를 View에 맞게 가공, 처리

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.