Skip to content

Simple Click Counter for iOS written programmatically

License

Notifications You must be signed in to change notification settings

EcMscS/Click-Counter

Repository files navigation

Click-Counter

Simple Click Counter for iOS written programmatically

Created using:
Swift Version 4.2
XCode Version 10.1

This simple app creates a simple counter with a plus and minus button to increment or decrement from 0. Every even number will result in the background and counter text color to change.

The app works on all devices, taking advantage of code to use auto layout, instead of storyboard. It works also in portrait and landscape orientations.

Files:
MainVC.swift - Main ViewController that implements the counter and updates to the view when clicked.
AppDelegate.swift - Application Delegate which indicates the root view controller.

About

Simple Click Counter for iOS written programmatically

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages