@半尺塵 pickerVC.photoPickerPageDidLayoutSubviewsBlock = ^(UICollectionView *collectionView, UIView *bottomToolBar, UIButton *previewButton, UIButton *originalPhotoButton, UILabel *originalPhotoLabel, UIButton *doneButton, UIImageView *numberImageView, UILabel *numberLabel, UIView *divideLine) {
collectionView.backgroundColor = SYSTEM_WHITE_COLOR;
};我用這個方法可以更改選擇照片頁面背景色,但是相冊列表頁面的背景顏色要怎么改呢
仿照微信的效果,實現(xiàn)了一個支持多選、選原圖和視頻的圖片選擇器,支持iOS6+,3行代碼即可集成重要提示: 1.9.0版本已發(fā)布,移除了"prefs:root="的調(diào)用,這個API已經(jīng)被列為私有API,請大家盡快升級。其它同樣使用了該API的庫大家可以檢查下,比如著名的...