UzysAssetsPickerController_Configuration.h 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // UzysAssetsPickerController_configuration.h
  3. // UzysAssetsPickerController
  4. //
  5. // Created by Uzysjung on 2014. 2. 12..
  6. // Copyright (c) 2014년 Uzys. All rights reserved.
  7. //
  8. // 版权属于原作者
  9. // http://code4app.com(cn) http://code4app.net(en)
  10. // 来源于最专业的源码分享网站: Code4App
  11. #import <MobileCoreServices/UTCoreTypes.h>
  12. #import <AssetsLibrary/AssetsLibrary.h>
  13. typedef void (^intBlock)(NSInteger);
  14. typedef void (^voidBlock)(void);
  15. #define kGroupViewCellIdentifier @"groupViewCellIdentifier"
  16. #define kAssetsViewCellIdentifier @"AssetsViewCellIdentifier"
  17. #define kAssetsSupplementaryViewIdentifier @"AssetsSupplementaryViewIdentifier"
  18. #define kThumbnailLength 78.0f
  19. #define kThumbnailSize CGSizeMake(kThumbnailLength, kThumbnailLength)
  20. #define kTagButtonClose 101
  21. #define kTagButtonCamera 102
  22. #define kTagButtonGroupPicker 103
  23. #define kTagButtonDone 104
  24. #define kTagNoAssetViewImageView 30
  25. #define kTagNoAssetViewTitleLabel 31
  26. #define kTagNoAssetViewMsgLabel 32
  27. #define kGroupPickerViewCellLength 90