Skip to content

A library for creating transparent home screen widgets.

Notifications You must be signed in to change notification settings

wangyiwei2015/Transparency

Repository files navigation

Transparency

A library for creating transparent home screen widgets.

Supported device: iPhone 11 ~ 15; iPhone 4.7 inch; iPhone 5.5 inch.


Installation

Swift Package https://github.com/wangyiwei2015/Transparency

Usage

import Transparency
let bgGenerator = WidgetBackground()
let images = bgGenerator.getImages(for: /* Some Screenshot */)

// Get images for each widget. e.g.
images.smallTopLeft // CGImage

// Get all images in an array. e.g.
images.flattened() // [CGImage]

About

A library for creating transparent home screen widgets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages