My-Little-Popcat
My-Little-Popcat copied to clipboard
The only Popcat & anti-stress Cat App for iOS
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:...
Delete `imageResourceManager.swift`, `audioDataManager.swift` `.DS_Store` _**imageResourceManager.swift**_: ```swift // // audioDataManager.swift // Popcat // // Created by Daegeon Choi on 2021/03/09. // import Foundation ``` **_audioDataManager.swift_**: ```swift // // audioDataManager.swift // Popcat...