Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardobilia committed May 31, 2020
1 parent a1fc188 commit 4a18961
Show file tree
Hide file tree
Showing 48 changed files with 3,010 additions and 0 deletions.
77 changes: 77 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
### CocoaPods ###
Pods/

### fastlane ###
iOSInjectionProject/

# fastlane specific
fastlane/report.xml

# deliver temporary files
fastlane/Preview.html

# snapshot generated screenshots
fastlane/screenshots/**/*.png
fastlane/screenshots/screenshots.html

# scan temporary files
fastlane/test_output

### Xcode ###

## Xcode Patch
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno

## DS Store
.DS_Store
.DS_Store?
*.DS_Store

### Xcode Patch ###
**/xcshareddata/WorkspaceSettings.xcsettings

### Swift ###

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
.build/

# Carthage
Carthage/Build

# Accio dependency management
Dependencies/
.accio/
Binary file added Images/example_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/example_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ Here you can see a very simple way of implementing the new Diffable Datasource a

## Project 3: SwiftUI.
My preferred way of writing apps lately. With just half of the number of lines of code in comparison to projects 1 and 2.


![](Images/example_light.png)
![](Images/example_dark.png)
Loading

0 comments on commit 4a18961

Please sign in to comment.