This repository show demos of some kinds of iOS/iPadOS app, all made by myself.
For convenient, there is a list of Demos in order.
- ImageModify: About how to add filiter to image.
- DeviceInfo: About how to access information of device.
- OperateDeviceFunctions: About how to control some device's functiions.
- AudioPlayer: A simple audio player.
- Notifications: About Notifications in SwiftUI and have a simple alarm.
- DealJson: About JSON file in SwiftUI.
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.
This demo show you some informations about the device, such as name, IP address, brightening and etc. The screen like below.
This demo show you how to control some functions of device, like brightness, volume, haptic and etc. The screen like below.
This demo show you how to play music ,switch them, and you can select the audio from the List. The screen like below.
This demo show you how to push different notifications to users, or make a alarm, or change sound of notifications. The screen like below.
This demo show you how to deal with JSON from HTTP or local. The screen like below.





