My-Little-Popcat icon indicating copy to clipboard operation
My-Little-Popcat copied to clipboard

The only Popcat & anti-stress Cat App for iOS

Results 9 My-Little-Popcat issues
Sort by recently updated
recently updated
newest added

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

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...

Refactor