Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 3d855b8

Browse files
committed
New post ready 🚀
1 parent b5e3dd8 commit 3d855b8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

_drafts/2020-06-08-expose-uikit-to-swiftui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: post
33
title: "Use UIKit components in SwiftUI: UIViewControllerRepresentable and UIViewRepresentable"
44
description: "Do you know that it is possible to use UKit components in SwiftUI? Let's see how you can use UIViewRepresentable and UIViewControllerRepresentable to use your UIKit based component or to fill the gap for missing SwiftUI API."
55
date: 2020-06-08
6-
image: /assets/images/posts/XXXX
7-
tags: [computer graphics]
6+
image: /assets/images/posts/use-uikit-in-swiftui.jpg
7+
tags: [swift, ios, apple, mobile application development]
88
comments: true
99
math: false
1010
seo:
164 KB
Loading

_posts/2020-05-20-dark-mode-css-sass-scss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Add dark mode support on your website with SASS and prefers-color-scheme
44
description: "Dark mode support has been around for quite some time. Let's see how you can create a light theme and a dark theme for your website that will be selected automatically based on the user system preference."
55
date: 2020-05-20
66
image: /assets/images/posts/dark-side-dark-mode.jpg
7-
tags: [computer graphics]
7+
tags: [web development, javascript, pwa]
88
comments: true
99
math: false
1010
seo:
72 KB
Loading

0 commit comments

Comments
 (0)