SwiftUI

SwiftUI

Getting Started with SwiftUI - ECE 196

What is SwiftUI?

SwiftUI is a framework for developing applications for any Apple device. SwiftUI is written in the language Swift, hence the name.

Download XCode

XCode is the IDE that you will use to develop Swift apps. XCode allows you to write code, preview your app, debug, and deploy to your Apple devices.

You can download XCode here.

Resources

Official

3rd Party

BLE

It is common for teams to want to develop an iOS app that communicates with their device via BLE.

An old EnVision tutorial for creating a simple RGB lamp can be found here. This tutorial goes over setting up a Swift app to use BLE and writing Arduino BLE code for the device.