-
Notifications
You must be signed in to change notification settings - Fork 5
Principles
There are some principles I tried to follow during the development of this app.
Although no target user was identified at the outside, it is now becoming clear who the app users should be: the advanced OFF contributor. The advanced OFF contributor is someone who maintains the data in the OFF-database by adding and editing entries. This contributor also helps to maintain and data extend the taxonomies. Foodviewer should help him by pointing out possible errors in the data.
Foodviewer is developed with localisation in mind. All texts can be translated using the Xliff-files produced by Xcode.
The app fully supports autolayout, implying that it can be used on all devices.
The app makes fully use of the storyboard for the creation of controllers and views. I do not believe that there are exceptions.
The app is fully developed in Swift 3.0 and Xcode 9?