KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
YBImgPicker
★ 21
Open GitHub ↗
使用ALASSET框架读取图片信息。支持多图选择,代理回调。调用简单
Download README (.md)
Explore Similar Repositories
Least
:
Least amount of effort to add multiple views in a recyclerview
dev-hodor
:
/dev/hodor
Morse_Encoding_Decoding
:
This project allows you to encode and decode Morse code using your device's flashlight and camera. For decoding was used augmented reality library OpenCV 2
weather-android
:
Example how to use dagger2
codename-generator
:
A codename generator meant for naming software releases.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
YBImgPicker
?
Download (.md)
# YBImgPicker //使用方法: YBImgPickerViewController * next = [[YBImgPickerViewController alloc]initWithChoosenImgDic:choosenDic delegate:self]; [next showInViewContrller:self]; //直接创建,调用显示方法 //回调: - (void)YBImagePickerDidFinishWithImages:(NSDictionary *)choosenImgDic { choosenDic = choosenImgDic.mutableCopy; //返回的是选中的图片的dictionary,key为asset,value为uiimage }