/HelloWorld_ios

Simple iPhone application showing how UI Views work and interact with eachother

Primary LanguageSwift

Sample HelloWorld App

HelloWorld App, is an application that currently shows two buttons: HelloWorld and Show/Hide Button. A user has the ability to click HelloWorld Button and a "Hellow World" Message will be shown. A user also has the ability to hide and show the HelloWorld Button by clickiing on it.

Note

Constrains are used in order for the views to be shown in the same position regardless of the phone's screen size

Sample Calendar App