Commit a76b4494 authored by yuzheng's avatar yuzheng

完善demo示例

parent 8d6a54de
......@@ -260,7 +260,9 @@
return;
}
TZImagePickerController *imagePickerVc = [[TZImagePickerController alloc] initWithMaxImagesCount:self.maxCountTF.text.integerValue columnNumber:self.columnNumberTF.text.integerValue delegate:self pushPhotoPickerVc:YES];
// imagePickerVc.barItemTextColor = [UIColor redColor];
// imagePickerVc.barItemTextColor = [UIColor blackColor];
// [imagePickerVc.navigationBar setTitleTextAttributes:@{NSForegroundColorAttributeName : [UIColor blackColor]}];
// imagePickerVc.navigationBar.tintColor = [UIColor blackColor];
// imagePickerVc.naviBgColor = [UIColor whiteColor];
// imagePickerVc.navigationBar.translucent = NO;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment