Skip to content

Commit 45b1300

Browse files
committed
Add flip clock content
1 parent 87f45cd commit 45b1300

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Examples of nice and easy solutions to the typical problems we face during the p
3535
- [UITableView vs Managing business logic in MVVM](content/UITableView-separating-business-logic-in-MVVM)
3636
- [Pagination with RxFeedback & RxDataSources](content/RxFeedback-pagination)
3737
- [ReadingListCalendarApp](content/ReadingListCalendarApp)
38+
- [FlipClock-SwiftUI](content/FlipClock-SwiftUI)
3839

3940
## :handshake: Meet the Team
4041

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Flip clock implementation in SwiftUI
2+
3+
![Swift: 5.1](https://img.shields.io/badge/Swift-5.1-blue.svg)
4+
![SwiftUI](https://img.shields.io/badge/UI_framework-SwiftUI-green.svg)
5+
6+
SwiftUI it's a new framework desgined by Apple and released in 2019. It's quite new and completely changes the approach to building UI on Apple devices. Compared to predecessors (UIKit, WatchKit, AppKit) you can write code once and use it on every Apple platform, so it's realy time saving for building multiplatform apps. Another big change is the programming paradigm change from imperative to decalrative, so now we are more focused on declaring what we want to receive in result instead of writing in steps how to create something. I'm 100% sure that these changes have a lot of advantages and in the near future applications will be created using SwiftUI, so now it's a very good time to get familiar with and learn how to use it. Below you can see the result of my adventure with SwiftUI.
7+
8+
### [Implemetation](https://github.com/elpassion/FlipClock-SwiftUI)
9+
10+
|Light|Dark|
11+
|:-:|:-:|
12+
|![Light_preview](flip_clock_light.gif)|![Dark_preview](flip_clock_dark.gif)|
13+
14+
## License
15+
16+
Copyright © 2019 [EL Passion](https://www.elpassion.com)
17+
18+
License: [GNU GPLv3](../../LICENSE)
100 KB
Loading
105 KB
Loading

0 commit comments

Comments
 (0)