MediaBar 1.0.1

MediaBar 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2015

Maintained by sera.



 
Depends on:
CTAssetsPickerController~> 2.9.5
DTRichTextEditor>= 0
 

MediaBar 1.0.1

  • By
  • sera

§Introduction

"MediaBar is the toolbar support common rich text editor and manage multimedia,include image as well as video";You can include it in your UIViewController for edit rich text ,capture image as well as video through camera or select image as well as video through library

§Feature

  1. Add rich text editor as toolbar’s item
  2. Add capture image or video through camera
  3. Add choose image or video through library

§Adding to your project

Podfile: platform :ios, ‘7.0’ pod ‘MediaBar’, '~> 1.0.0'

§Properties

richTextEditor implement with instance of DTRichTextEditor,user can assign richTextEditor’s delegate or other properties

§Implement delegates The file “AssetsDelegate.h” contains all delegates user can implement