Daegun Choi 

Results 17 issues of Daegun Choi 

From bottom of `README.md`, there's link [Documentation](http://cocoadocs.org/docsets/FSCalendar/) But this web address is not working

Add Core Spotlight for users to users can search the content from Spotlight

enhancement
Work in Progress

* There's feedback that *"Popcat's popping sound doesn't sound original"* * There's idea that *It will be fun if some cats have unique pop sound; guitar sound for Rock Cat*...

Requirements

There's no Background color for cell defined neither in `UITableViewDelegate` and `StoryBoard`

wontfix
UI Related

Use M, B, T to replace millions, billions, trillions

Future Tasks

- [ ] Invert cat Image (Horizontal / Vertical) - [ ] Change Background - [ ] Automatically dismiss view when cat selected - [x] Audio volume - [ ]...

Future Tasks

- [ ] App icon changes by cat changed - [ ] Turn on/off this feature

Future Tasks

## Issue From `UserDataManager.swift`, method to access UserDefault data is like: ```swift func setPopCount(popCount: Int) { userDefaults.set(popCount, forKey: UserDataKey.popCount) } func setPopVisibility(popVisibility: Bool) { userDefaults.set(popVisibility, forKey: UserDataKey.popCountVisibility) } func setIsNotInitialLaunch(isNotFirst:...

Refactor