https://github.com/dulingkang/photo-app
use photoKit, apple demo, rewrite later.
https://github.com/dulingkang/photo-app
Last synced: 8 months ago
JSON representation
use photoKit, apple demo, rewrite later.
- Host: GitHub
- URL: https://github.com/dulingkang/photo-app
- Owner: dulingkang
- License: mit
- Created: 2015-11-18T09:42:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T09:45:18.000Z (over 10 years ago)
- Last Synced: 2025-03-29T08:22:35.982Z (about 1 year ago)
- Language: Objective-C
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example app using Photos framework
A basic Photos-like app which introduces the Photos framework.
- List albums, folders and moments
- Display the contents of the moments, or a single album
- Display the content of a single photo or video (and allow playback in the case of a video)
- Allow the following actions:
* simple single-click edit of a photo
* creating an album and adding assets to it
* re-ordering of assets in an album
* removing assets from an album
* deleting assets and albums
* (un)hiding an asset from moments
* favoriting an asset
## Build Requirements
iOS 8 SDK
## Runtime Requirements
iOS 8 or later
Copyright (C) 2014 Apple Inc. All rights reserved.