Skip to content

shxun6934/DiaryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiaryApp

What

カレンダーが表示されており、その日の出来事や自分の感想を書くことができる日記アプリ。

Purpose

  1. 日記を書くことで日常の整理をできるようにする。
  2. 日記を書くことを週間づける。
  3. 思い出を共有する。

Function

  • カレンダーが表示されており、その日に日記を書くことができる。
  • ローカルに保存されているため、いつでも閲覧が可能になる。

Environment

  • Xcode 10.1
  • Swift 4.2
  • Realm 3.15
  • Cocoapods 1.5.3

Set up

  1. AppStoreでXcodeをインストール
  2. XcodeでCreate a new Xcode project を行い、プロジェクトを立ち上げる。

Cocoapods

  1. sudo gem install cocoapods でcocoapodsをインストール
  2. pod --version で確認。
  3. 開発ディレクトリに移動し、pod init でPodfileを作成。
  4. Podfileを以下のように編集。
# Uncomment the next line to define a global platform for your project
# platform :ios, '12.1'
target 'Diary_App' do
   # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
   use_frameworks!
   # 以下、追加
   pod 'JBDatePicker'
   pod 'RealmSwift'

   # Pods for Diary_App
end
  1. 編集できたら、pod install でライブラリをインストール。

Reference

Qiita

このアプリについて記事を書いたため、載せておく。

  1. Realmを使用した日記アプリ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published