Daegun Choi
Daegun Choi
From bottom of `README.md`, there's link [Documentation](http://cocoadocs.org/docsets/FSCalendar/) But this web address is not working
Add README-KO.md
Add Core Spotlight for users to users can search the content from Spotlight
* 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*...
There's no Background color for cell defined neither in `UITableViewDelegate` and `StoryBoard`
Use M, B, T to replace millions, billions, trillions
- [ ] Invert cat Image (Horizontal / Vertical) - [ ] Change Background - [ ] Automatically dismiss view when cat selected - [x] Audio volume - [ ]...
## 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:...