JCHATPhotoPickerConstants.h 708 B

12345678910111213141516171819202122
  1. //
  2. // HMPhotoPickerConstants.h
  3. // photosFramework
  4. //
  5. // Created by HuminiOS on 15/11/13.
  6. // Copyright © 2015年 HuminiOS. All rights reserved.
  7. //
  8. #define screenWidth self.view.frame.size.width
  9. #define screenHeight self.view.frame.size.height
  10. #define topBarFrame CGRectMake(0, 0, screenWidth, 64)
  11. #define bottomBarFrame CGRectMake(0, screenHeight - 45 - 64, screenWidth, 45)
  12. #define selectBtnFrame CGRectMake(screenWidth - 35, 30, 25, 25)
  13. #define backBtnFrame CGRectMake(18, 35, 40, 15)
  14. #define BarColor [UIColor colorWithRed:0 green:0 blue:0 alpha:0.5]
  15. static NSString * const kSelectStatusChange = @"SelectPhotoStatusChange";
  16. static NSString * const kFinishToSelectPhoto = @"FinishToSelectPhoto";