Skip to content

Commit b8755e4

Browse files
author
Maciej Gomółka
authored
Merge pull request #20 from elpassion/flip-clock
Add flip clock
2 parents 87f45cd + 4aa5b89 commit b8755e4

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 is a new framework designed and released by Apple in 2019. It completely changes the approach to building UI on Apple devices. Compared to predecessors (UIKit, WatchKit, AppKit), you can write code only once and use it on every Apple platform. It saves much time while building multiplatform apps. Another big difference is the programming paradigm change from imperative to declarative one. The focus shifts from writing step by step how to create something, to declaring the result we want to achieve. I’m 100% sure that these changes have a lot of advantages, and shortly many applications will be created using SwiftUI. Now it’s a perfect time to get familiar with it 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)