# MultiImageSelector **Repository Path**: tighunt/MultiImageSelector ## Basic Information - **Project Name**: MultiImageSelector - **Description**: 仿微信实现多图选择。支持图片和视频的混合选择、只选择图片、只选择视频和微信图片选择的模式。其中微信图片模式,可以显示视频和图片,图片可以多选,视频只能选择一个,选择逻辑仿微信。 支持单选模式,只要把最大选择数量设置为1,就是单选模式 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 117 - **Created**: 2016-07-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MultiImageSelector 仿微信实现多图选择。支持图片和视频的混合选择、只选择图片、只选择视频和微信图片选择的模式。其中微信图片模式,可以显示视频和图片,图片可以多选,视频只能选择一个,选择逻辑仿微信。 支持单选模式,只要把最大选择数量设置为1,就是单选模式。 ###截图 ![Example1](art/example_1.png) ![Select1](art/select_1.png) ![Select2](art/select_2.png) ![Select3](art/select_3.png) ![Select4](art/select_4.png) ------------------- 本项目从以下项目fork后修改,感谢原作者 * [sleepingAnt-MultiImageSelector](https://gitee.com/ant/MultiImageSelector) 类似微信Android版的图片多选库 ------------------- ###License >The MIT License (MIT) >Copyright (c) 2015 Nereo >Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: >The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.