mirror of
https://github.com/wahyd4/image-flow.git
synced 2026-08-18 01:27:38 +10:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# Image Flow
|
|
|
|
A beautiful iOS app that combines your photos with stylish clock displays for a personalized fullscreen slideshow experience.
|
|
|
|
## Features
|
|
|
|
- Select multiple photos from your photo library
|
|
- Choose from different clock styles (Digital, Flip, Minimal)
|
|
- Select transition animations between photos (Fade, Slide, Zoom)
|
|
- Fullscreen slideshow mode with automatic photo transitions every 10 seconds
|
|
- Tap to exit fullscreen mode
|
|
- Device stays awake during slideshow
|
|
|
|
## Requirements
|
|
|
|
- iOS 16.0+
|
|
- Xcode 15.0+
|
|
- Swift 5.9+
|
|
|
|
## Installation
|
|
|
|
1. Clone the repository
|
|
2. Open the project in Xcode
|
|
3. Build and run on your iOS device or simulator
|
|
|
|
## Usage
|
|
|
|
1. Launch the app
|
|
2. Tap "Select Photos" to choose images from your photo library
|
|
3. Select a clock style (Digital, Flip, or Minimal)
|
|
4. Choose a transition animation (Fade, Slide, or Zoom)
|
|
5. Tap "Start Slideshow" to enter fullscreen mode
|
|
6. Tap anywhere on the screen to exit fullscreen mode
|
|
|
|
## Privacy
|
|
|
|
The app requires access to your photo library to display selected images in the slideshow. Photos are only accessed within the app and are not shared or stored externally.
|
|
|
|
|
|
## Credits
|
|
* https://github.com/elpassion/FlipClock-SwiftUI |