Tarun Tyagi

5个库
AssetPicker 是 UIViewController 子类,提供了一种针对标准 UIImagePickerController 的替代解决方案。亮点包括:
* Have both modes within single screen (Use Library or Use Camera).
* Select Multiple Assets (Photos / Videos).
* Browse all the albums within one screen.
* Filters :- Photos(Default), Videos, All
* Supports Portrait & Landscape Modes. (Autorotation supported (UIInterfaceOrientationMaskAllButUpsideDown))
* Uses Blocks for completion & cancel (Maintains integrity of code)
* Provides original ALAsset in returned response. (Better use it's properties)
* Provides ContentsURL for both Photos & Videos. (No UIImage directly, memory issues with multiple selection)
* Considers standard TabBarHeight and leaves space for that if set YES.
* Set Maximum Limits Independently on Photos, Videos, Assets.
许可证:MIT
ClearTextLabel 是 UILabel 子类,创建一个带有透明文本的标签。ClearTextLabel 以透明方式绘制提供的文本。
* It uses CoreGraphics Context to draw the letters' CGPath.
* Letters' CGPath, how ? Well what's CoreText there for ?
许可证:MIT