Skip to content

A water tracking app built to demonstrate Core Graphics concepts.

License

Notifications You must be signed in to change notification settings

kekearif/Flo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flo-App

Flo is a water tracking app created from a tutorial from Ray wenderlich at : http://www.raywenderlich.com/90690/modern-core-graphics-with-swift-part-1. Highly recommended for anyone getting to grips with Core Graphics concepts.

Code converted from Swift to Objective-C. Hopefully others who work in Objective-C will find it useful.

Note that it is possible to use IBInspectables in Objective-C however default values cannot be set. Even if you set them in initWithCoder:(NSCoder *)coder they won’t show in the interface builder. It is better just to set them in the interface builder (i.e. not choosing default and choosing a value or color).

The app uses test data for 7 days of water drinking. It doesn’t actually save the data, just demonstrates some of the features of Core Graphics.

Optimised for iOS8+, iPhone5 - iphone6S+

Counter View

Counter View

About

A water tracking app built to demonstrate Core Graphics concepts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published