Add projects

This commit is contained in:
Ivan Vorobei
2019-06-07 08:56:26 +03:00
parent f1382c2bca
commit 5b758db8cd
117 changed files with 5413 additions and 0 deletions

View File

@@ -9,9 +9,11 @@ Interested in UI and animations in `UIKit`? See project [awesome-ios-ui](https:/
## Navigate
- [Calculator](#calculator)
- [Creating And Combining Views](#creating-and-combining-views)
- [Building Lists And Navigation](#building-lists-and-navigation)
- [Handling User Input](#handling-user-input)
- [WWDCPlayer](#WWDCPlayer)
- [2048 Game](#2048-game)
- [Composing Complex Interfaces](#composing-complex-interfaces)
- [Working With UIControls](#working-with-uicontrols)
@@ -27,8 +29,17 @@ Interested in UI and animations in `UIKit`? See project [awesome-ios-ui](https:/
- [Jike](#jike)
- [Flux](#flux)
Also include:
- Movie
- InstaFake
- TempusRomanumII
## Projects
#### Calculator
<img src="Resources/Calculator.png" width="250">
#### Creating And Combining Views
<img src="Resources/CreatingAndCombiningViews.png" width="650">
@@ -37,6 +48,10 @@ Interested in UI and animations in `UIKit`? See project [awesome-ios-ui](https:/
<img src="Resources/BuildingListsAndNavigation.png" width="650">
#### WWDCPlayer
<img src="Resources/WWDCPlayer.png" width="260">
#### Handling User Input
<img src="Resources/HandlingUserInput.png" width="650">