Habit-Calendar icon indicating copy to clipboard operation
Habit-Calendar copied to clipboard

A simple habit tracking iOS app

Results 5 Habit-Calendar issues
Sort by recently updated
recently updated
newest added

`transitionContext.view(forKey: ...)` returns nil under some circumstances for iOS 13. There appear to be [multiple workarounds](https://stackoverflow.com/questions/57802743/uiviewcontroller-custom-transition-stuck-on-ios13) Simplest fix for this app is probably rewriting [SplashViewController lines 79-80](https://github.com/TiagoMaiaL/Habit-Calendar/blob/master/Habit-Calendar/Habit-Calendar/Controllers/SplashViewController.swift#L79) as: ``` guard...

@TiagoMaiaL we are facing on issue, it would be great if you can help in same. 1. Habit selected dates data is missing on edit screen. 2. Another issue is...

bug

Apply the MVVM pattern initially to the habit creation view controller. Make it lighter, more testable, and more reusable. Other controllers will come in the next weeks. - [ ]...

enhancement

Enhance the UX by removing the Authorization prompt in the first login. This will only work for iOS 12 versions, the previous ones will continue using the prompts.

enhancement

Now with iOS 12, the user can manage the notifications directly from the notification itself. There's the need to provide a way for her to manage the notifications by using...

enhancement