All Projects → maximbilan → Swiftassetspickercontroller

maximbilan / Swiftassetspickercontroller

Licence: mit
A simple assets picker controller based on iOS 8 Photos framework. Supports iCloud photos and videos. It's written in Swift.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swiftassetspickercontroller

Cfnotify
A customizable framework to create draggable views
Stars: ✭ 490 (+504.94%)
Mutual labels:  uikit, ui-components
Zircleui
🚀 zircle-ui is a frontend library to develop zoomable user interfaces.
Stars: ✭ 870 (+974.07%)
Mutual labels:  uikit, ui-components
Color Picker For Ios
Colorful: iOS color picker built with Swift.
Stars: ✭ 709 (+775.31%)
Mutual labels:  uikit, ui-components
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (+292.59%)
Mutual labels:  uikit, ui-components
Swifthuecolorpicker
iOS HUE color picker
Stars: ✭ 44 (-45.68%)
Mutual labels:  uikit, ui-components
Swiftreorder
Easy UITableView drag-and-drop cell reordering
Stars: ✭ 340 (+319.75%)
Mutual labels:  uikit, ui-components
Ibanimatable
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
Stars: ✭ 8,585 (+10498.77%)
Mutual labels:  uikit, ui-components
sodium-ui
Sodium is a simple, modular and customizable web component library to build elegant and accessible UI pieces for your React Application.
Stars: ✭ 23 (-71.6%)
Mutual labels:  uikit, ui-components
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: ✭ 1,014 (+1151.85%)
Mutual labels:  uikit, ui-components
Quick Free Bootstrap Theme
Free Bootstrap 4 Theme perfect for building responsive, mobile-first projects on the web suitable for businesses, startups, and agencies.
Stars: ✭ 31 (-61.73%)
Mutual labels:  uikit, ui-components
Material Bread
Cross Platform React Native Material Design Components
Stars: ✭ 287 (+254.32%)
Mutual labels:  uikit, ui-components
Vyplayindicator
PlayIndicator inspired by Apple's Music Player.
Stars: ✭ 47 (-41.98%)
Mutual labels:  uikit, ui-components
Chakra Ui
⚡️ Simple, Modular & Accessible UI Components for your React Applications
Stars: ✭ 22,745 (+27980.25%)
Mutual labels:  uikit, ui-components
Overwatch Ui
A UI library of Overwatch, built with Vue.js
Stars: ✭ 365 (+350.62%)
Mutual labels:  uikit, ui-components
laravel-starter-kit
A minimal starter kit for Laravel 8 using Bootstrap 5 and Webpixels CSS.
Stars: ✭ 23 (-71.6%)
Mutual labels:  uikit, ui-components
Qmui ios
QMUI iOS——致力于提高项目 UI 开发效率的解决方案
Stars: ✭ 6,433 (+7841.98%)
Mutual labels:  uikit, ui-components
unity-ui-manager
🎫 A Simple UI Manager for rapid prototyping and ease of collaboration
Stars: ✭ 44 (-45.68%)
Mutual labels:  uikit, ui-components
monalisa-ui
MonalisaUI ✨ React Native UI Library
Stars: ✭ 37 (-54.32%)
Mutual labels:  uikit, ui-components
Qmuidemo ios
Sample Code for QMUI iOS
Stars: ✭ 912 (+1025.93%)
Mutual labels:  uikit, ui-components
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+1130.86%)
Mutual labels:  uikit, ui-components

SwiftAssetsPickerController

Version License Platform CocoaPods CocoaPods

A simple assets picker controller based on Photos framework. Supports iCloud photos and videos.

alt tag alt tag

Installation

CocoaPods:

pod 'SwiftAssetsPickerController'

Manual:

Copy AssetsPickerController.swift and AssetsPickerGridController.swift to your project.
Also framework uses CheckMarkView, you can found here.

Using

It's really simple. Just see the example:

let assetsPickerController = AssetsPickerController()
assetsPickerController.didSelectAssets = {(assets: Array) -> () in
    println(assets)
}
let navigationController = UINavigationController(rootViewController: rootListAssets)
presentViewController(navigationController, animated: true, completion: nil)

License

SwiftAssetsPickerController is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].