23 lines
578 B
Markdown
23 lines
578 B
Markdown
|
---
|
||
|
layout: single
|
||
|
author_profile: true
|
||
|
read_time: true
|
||
|
share: true
|
||
|
related: true
|
||
|
title: SwiftUI
|
||
|
tags: [swiftui,programming,ios, swift]
|
||
|
category: Programming
|
||
|
---
|
||
|
|
||
|
Its been a long while since I sat and did programming, but between a life situation and the new technology from Apple for creating user interfaces (SwiftUI), I've been inspired to pickup again an idea I've been kicking around for 10 years.
|
||
|
|
||
|
<!--more-->
|
||
|
|
||
|
SwiftUI simplifies designing interfaces
|
||
|
Provides a fast means of iterating design
|
||
|
Able to quickly see results
|
||
|
Easy to mock in data
|
||
|
|
||
|
Buggy.
|
||
|
Filled 3 bugs so far.
|