Skip to content

Programmatic Notes app using Swift & NSLayoutConstraints

Notifications You must be signed in to change notification settings

ahmedrezik/NotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesApp

Programmatic Notes app using Swift & NSLayoutConstraints

This was a weekedn experimental project to exercise implementing apps without using Storyboards.

Advantages of using programmatic UI:

  1. Ease of maintaining and collaborating aka easier to solve merge conflicts
  2. Makes it easier to re-use views and thus more memory efficient apps
  3. Gives full access and control to override the look and behavior of custom UI elements

About

Programmatic Notes app using Swift & NSLayoutConstraints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages