Skip to content

ZhongUncle/SwiftUI_Demo

Repository files navigation

SwiftUI_Demo

This repository show demos of some kinds of iOS/iPadOS app, all made by myself.

List of Demos

For convenient, there is a list of Demos in order.

  1. ImageModify: About how to add filiter to image.
  2. DeviceInfo: About how to access information of device.
  3. OperateDeviceFunctions: About how to control some device's functiions.
  4. AudioPlayer: A simple audio player.
  5. Notifications: About Notifications in SwiftUI and have a simple alarm.
  6. DealJson: About JSON file in SwiftUI.

Demos Info

ImageModify

This demo is a simple demo to get image from system album or photo from camera (using system camera), apply some fliters, save to system ablum, or reset the changded image. The screen like below.

截屏2022-01-03 上午10 27 46

DeviceInfo

This demo show you some informations about the device, such as name, IP address, brightening and etc. The screen like below.

截屏2022-01-06 上午11 35 29

OperateDeviceFunctions

This demo show you how to control some functions of device, like brightness, volume, haptic and etc. The screen like below.

截屏2022-01-11 下午3 25 06

AudioPlayer

This demo show you how to play music ,switch them, and you can select the audio from the List. The screen like below.

截屏2022-01-14 上午12 22 10

Notifications

This demo show you how to push different notifications to users, or make a alarm, or change sound of notifications. The screen like below.

NotificationsScreenshot

DealJson

This demo show you how to deal with JSON from HTTP or local. The screen like below.

截屏2022-02-11 上午12 55 36

About

This repository show demos of some kinds of iOS/iPadOS app, all made by myself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages