Skip to content

ffire01/AppSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AppSkeleton

This is a attempt for macOS app development in Swift to provide a app skeleton for my future app dev, with several goals:

  • Minimal Cocoa app startup code without using compiler synthesized main function by @UIApplicationMain.
  • Not using any storyboard and xib/nib files, all UI element is programmatically created.
  • Not using any AutoLayout, all layout functions is implemented manually for efficiency purpose.
  • This app contains a basic function to downlaod from web using async URLSession api.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors