@aks-dev/easyui 1.0.44 → 1.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
 
2
2
  Pod::Spec.new do |s|
3
3
  s.name = "RNEasyui"
4
- s.version = "1.0.2"
4
+ s.version = "1.0.3"
5
5
  s.summary = "RNEasyui"
6
6
  s.description = <<-DESC
7
7
  RNEasyui
@@ -102,7 +102,7 @@
102
102
 
103
103
  // 关闭按钮
104
104
  _colseButton = [UIButton buttonWithType:UIButtonTypeCustom];
105
- _colseButton.imageEdgeInsets = UIEdgeInsetsMake(10, 10, 10, 10);
105
+ _colseButton.imageEdgeInsets = UIEdgeInsetsMake(10, 10, 10, 10);
106
106
  UIImage * colseButtonImage = [UIImage imageWithData:[self getpng:@"infor_colse_image"]];
107
107
 
108
108
  [_colseButton setImage: colseButtonImage forState:UIControlStateNormal];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "爱科森开发工具包(react-native)",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",