/bloomFertility

Fertility tracking app in Swift

Primary LanguageSwift

Bloom Fertility

An app to track fertility indicators written in Swift.

Screenshots

simulator screen shot oct 26 2016 12 05 51 pm

Users can input their fertility inputs in just one screen rather than clicking through multiple screens in competitor apps.

simulator screen shot oct 26 2016 11 49 27 am

simulator screen shot oct 26 2016 12 10 15 pm

App Structure

The app uses a tabbed view controller to hold two views--Home and Your Cycles. The home view is a UITableView that employs horizontal selection of fertility inputs patterned after the Clear Todo App. User input is saved using NSCoding and NSKeyedArchiver because neither the amount nor the complexity of the data warrants a database. The Your Cycles view (not shown because under construction) displays user input arranged by cycle. Each cycle is a UITableViewCell and within that cell is a collection view whose cells are the days of the cycle.