仿微信iOS相簿選擇 MTImagePicker

2021-09-11 11:42:01 字數 1037 閱讀 8708

專案主頁:mtimagepicker

相容ios7,支援指定使用alassets或者photos框架。

支援相簿選擇

預覽滾動流暢優化

直接匯入無其他依賴,直接拖動mtimagepicker/mtimagepicker到你的專案就行cocoapods

source

''platform :ios, '8.0'

use_frameworks!

pod 'mtimagepicker', '~> 3.0.2'

複製**

let imagepicker = mtimagepickercontroller.instance

imagepicker.mediatypes = [mtimagepickermediatype.photo,mtimagepickermediatype.video] // 選擇類別

imagepicker.imagepickerdelegate = self

imagepicker.maxcount = 10 // 最**取數目

複製**

//預設為mtimagepickersource.alasset

imagepicker.source = mtimagepickersource.alasset

= mtimagepickersource.photos (ios8+)

複製**

self.presentviewcontroller(imagepicker, animated: true, completion: nil)

複製**

@objc protocol mtimagepickercontrollerdelegate:nsobjectprotocol 

複製**

歡迎小夥伴們提出意見和建議,隨手給個star就再好不過啦~

微信樣式相簿選擇器

repositories dependencies 剪裁的一些設定 ucrop.options options new ucrop.options 生成格式 options.setcompressionformat bitmap.compressformat.jpeg 壓縮比 options.set...

ios 仿微信,簡訊聊天氣泡

其實實現很簡單,主要是控制項的自適應撐高,這裡用到的是cell。核心 uiview bubbleview nsstring textimagename nsstring name else uiimageview bubbleimageview uiimageviewalloc initwithim...

微信小程式仿微信語音

先看一下效果 觸控開始 touchstart function e this.recordermanager.start 觸控結束 touchend function e this.recordermanager.stop console.log 按了 shijian 秒 console.log w...