levibostian / iOSBlanky

My opinionated iOS app boilerplate
MIT License
6 stars 5 forks source link

Set playground driven development #15

Closed levibostian closed 5 years ago

levibostian commented 5 years ago

Problem: Creating views in code is annoying. I want to be able to create views and iterate on them quickly before I add them to my project.

Proposed solution: Playground driven UI development. Using a XCode playground to test views and iterate on them quickly.

Kickstarter is doing this in their app pretty heavily. https://github.com/kickstarter/ios-oss

Here is a walkthrough on how to setup: https://medium.com/flawless-app-stories/playground-driven-development-in-swift-cf167489fe7b

Goals:

levibostian commented 5 years ago

Skipping. Huge pain of a setup. Also, SwiftUI is coming soon which comes with this built-in.