Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckFarm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
LuckFarm
Commits
3d72b7c7
Commit
3d72b7c7
authored
Nov 21, 2020
by
Mazy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add rule alert view
parent
084455d3
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
64 additions
and
53 deletions
+64
-53
project.pbxproj
GYDemo/GYDemo.xcodeproj/project.pbxproj
+2
-12
xcschememanagement.plist
...rdata/mazy.xcuserdatad/xcschemes/xcschememanagement.plist
+1
-1
DGUniversalAlertView.m
GYDemo/GYDemo/Alert/DGUniversalAlertView.m
+4
-7
GYRankingRuleAlertView.xib
GYDemo/GYDemo/Alert/GYRankingRuleAlertView.xib
+1
-1
GYPrefixHeader.pch
GYDemo/GYDemo/GYPrefixHeader.pch
+0
-4
CGNetworkTools.m
GYDemo/GYDemo/Network/CGNetworkTools.m
+1
-1
GYRankingUserInfoView.xib
GYDemo/GYDemo/View/GYRankingUserInfoView.xib
+7
-7
GYRankingViewCell.xib
GYDemo/GYDemo/View/GYRankingViewCell.xib
+3
-3
WelfareCenterVC.m
GYDemo/GYDemo/ViewController/Welfare/WelfareCenterVC.m
+1
-1
WelfareCenterVC.xib
GYDemo/GYDemo/ViewController/Welfare/WelfareCenterVC.xib
+14
-14
xcschememanagement.plist
...rdata/mazy.xcuserdatad/xcschemes/xcschememanagement.plist
+28
-0
xcschememanagement.plist
...rdata/mazy.xcuserdatad/xcschemes/xcschememanagement.plist
+2
-2
UserInterfaceState.xcuserstate
...cuserdata/mazy.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
No files found.
GYDemo/GYDemo.xcodeproj/project.pbxproj
View file @
3d72b7c7
...
...
@@ -19,8 +19,6 @@
64BF50DC25679F9F000F2554
/* GYRankingListModel.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64BF50DB25679F9F000F2554
/* GYRankingListModel.m */
;
};
64BF50E12567AB98000F2554
/* GYRankingUserInfoView.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64BF50E02567AB98000F2554
/* GYRankingUserInfoView.m */
;
};
64BF50E52567ABA6000F2554
/* GYRankingUserInfoView.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64BF50E42567ABA6000F2554
/* GYRankingUserInfoView.xib */
;
};
64BF50F02567B482000F2554
/* GYRankingFooterView.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64BF50EF2567B482000F2554
/* GYRankingFooterView.m */
;
};
64BF50F42567B490000F2554
/* GYRankingFooterView.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64BF50F32567B490000F2554
/* GYRankingFooterView.xib */
;
};
64D45DF125495D010066055C
/* UnityFramework.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64D45DF025495D010066055C
/* UnityFramework.framework */
;
};
64D45DF225495D010066055C
/* UnityFramework.framework in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64D45DF025495D010066055C
/* UnityFramework.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
64E8CA10254132E300AF1416
/* BGKeychainTool.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64E8CA0F254132E300AF1416
/* BGKeychainTool.m */
;
};
...
...
@@ -160,9 +158,6 @@
64BF50DF2567AB98000F2554
/* GYRankingUserInfoView.h */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
GYRankingUserInfoView.h
;
sourceTree
=
"<group>"
;
};
64BF50E02567AB98000F2554
/* GYRankingUserInfoView.m */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
GYRankingUserInfoView.m
;
sourceTree
=
"<group>"
;
};
64BF50E42567ABA6000F2554
/* GYRankingUserInfoView.xib */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file.xib
;
path
=
GYRankingUserInfoView.xib
;
sourceTree
=
"<group>"
;
};
64BF50EE2567B482000F2554
/* GYRankingFooterView.h */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
GYRankingFooterView.h
;
sourceTree
=
"<group>"
;
};
64BF50EF2567B482000F2554
/* GYRankingFooterView.m */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
GYRankingFooterView.m
;
sourceTree
=
"<group>"
;
};
64BF50F32567B490000F2554
/* GYRankingFooterView.xib */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file.xib
;
path
=
GYRankingFooterView.xib
;
sourceTree
=
"<group>"
;
};
64D45DF025495D010066055C
/* UnityFramework.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
path
=
UnityFramework.framework
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
64E8CA062541318100AF1416
/* UnityFramework.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
path
=
UnityFramework.framework
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
64E8CA0E254132E300AF1416
/* BGKeychainTool.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
BGKeychainTool.h
;
sourceTree
=
"<group>"
;
};
...
...
@@ -664,9 +659,6 @@
64BF50CB256794B3000F2554
/* GYRankingHeaderView.h */
,
64BF50CC256794B3000F2554
/* GYRankingHeaderView.m */
,
64BF50D0256794C8000F2554
/* GYRankingHeaderView.xib */
,
64BF50EE2567B482000F2554
/* GYRankingFooterView.h */
,
64BF50EF2567B482000F2554
/* GYRankingFooterView.m */
,
64BF50F32567B490000F2554
/* GYRankingFooterView.xib */
,
64BF50DF2567AB98000F2554
/* GYRankingUserInfoView.h */
,
64BF50E02567AB98000F2554
/* GYRankingUserInfoView.m */
,
64BF50E42567ABA6000F2554
/* GYRankingUserInfoView.xib */
,
...
...
@@ -856,7 +848,6 @@
685896862567EDAC00A38A96
/* WelfareCenterVC.xib in Resources */
,
A91A7882253EE56B00F9B216
/* Main.storyboard in Resources */
,
A91A7982253F248E00F9B216
/* GYGiftAlertView.xib in Resources */
,
64BF50F42567B490000F2554
/* GYRankingFooterView.xib in Resources */
,
64BF50C825679155000F2554
/* GYRankingViewCell.xib in Resources */
,
64BF50E52567ABA6000F2554
/* GYRankingUserInfoView.xib in Resources */
,
A93AF243254AED79002E8CBE
/* GYWithDrawAlertView.xib in Resources */
,
...
...
@@ -948,7 +939,6 @@
A93AF23F254AED6D002E8CBE
/* GYWithDrawAlertView.m in Sources */
,
64E8CA10254132E300AF1416
/* BGKeychainTool.m in Sources */
,
A91A7919253EF26700F9B216
/* GYWheelSurfViewController.m in Sources */
,
64BF50F02567B482000F2554
/* GYRankingFooterView.m in Sources */
,
A9AB9D6925403E3500F0D766
/* GYTaskAlertCollectionHeaderView.m in Sources */
,
A9AB9D932541222A00F0D766
/* GYWebViewController.m in Sources */
,
685896852567EDAC00A38A96
/* WelfareCenterVC.m in Sources */
,
...
...
@@ -1202,7 +1192,7 @@
CODE_SIGN_ENTITLEMENTS
=
GYDemo/GYDemo.entitlements
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
13
5
;
CURRENT_PROJECT_VERSION
=
13
7
;
DEVELOPMENT_TEAM
=
XWMRLLSSFL
;
ENABLE_BITCODE
=
NO
;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING
=
NO
;
...
...
@@ -1235,7 +1225,7 @@
CODE_SIGN_ENTITLEMENTS
=
GYDemo/GYDemo.entitlements
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
13
5
;
CURRENT_PROJECT_VERSION
=
13
7
;
DEVELOPMENT_TEAM
=
XWMRLLSSFL
;
ENABLE_BITCODE
=
NO
;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING
=
NO
;
...
...
GYDemo/GYDemo.xcodeproj/xcuserdata/mazy.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
3d72b7c7
...
...
@@ -7,7 +7,7 @@
<
k
e
y
>
GYDemo.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
5
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
0
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
...
...
GYDemo/GYDemo/Alert/DGUniversalAlertView.m
View file @
3d72b7c7
...
...
@@ -270,17 +270,17 @@
if
(
self
.
dataSource
.
count
==
1
)
{
self
.
firstStackView
.
hidden
=
false
;
}
else
if
(
self
.
dataSource
.
count
==
2
)
{
self
.
firstStackView
.
hidden
=
false
;
self
.
secondStackView
.
hidden
=
false
;
}
else
if
(
self
.
dataSource
.
count
==
3
)
{
self
.
firstStackView
.
hidden
=
false
;
self
.
secondStackView
.
hidden
=
false
;
self
.
thirdStackView
.
hidden
=
false
;
}
self
.
topTypeImageView
.
image
=
[
UIImage
imageNamed
:
@"title_gain_box"
];
self
.
topTypeImageView
.
hidden
=
NO
;
NSInteger
index
=
0
;
for
(
WelfareBoxData
*
data
in
boxModels
)
{
//value = "奖励类型", notes = "1 种子 2 金币 3 加速剂"
...
...
@@ -293,7 +293,6 @@
imageV
.
image
=
[
UIImage
imageNamed
:[
NSString
stringWithFormat
:
@"gift_seed_%ld"
,
data
.
subType
]];
label
.
text
=
[
NSString
stringWithFormat
:
@"+%ld"
,
(
long
)
data
.
awardNum
];
}
else
if
(
data
.
awardType
==
2
){
imageV
.
image
=
[
UIImage
imageNamed
:
@"gift_gold"
];
...
...
@@ -305,8 +304,6 @@
label
.
text
=
[
NSString
stringWithFormat
:
@"+%ld"
,
(
long
)
data
.
awardNum
];
}
}
}
...
...
GYDemo/GYDemo/Alert/GYRankingRuleAlertView.xib
View file @
3d72b7c7
...
...
@@ -45,7 +45,7 @@
<paragraphStyle
key=
"NSParagraphStyle"
alignment=
"left"
lineBreakMode=
"wordWrapping"
baseWritingDirection=
"natural"
lineSpacing=
"1"
paragraphSpacing=
"3"
paragraphSpacingBefore=
"6"
headIndent=
"14"
minimumLineHeight=
"9"
lineHeightMultiple=
"1"
tighteningFactorForTruncation=
"0.0"
/>
</attributes>
</fragment>
<fragment
content=
"金币排行榜按照玩家当天获得的金币总数进行排名,奖励
现金
红包"
>
<fragment
content=
"金币排行榜按照玩家当天获得的金币总数进行排名,奖励红包"
>
<attributes>
<color
key=
"NSColor"
red=
"0.4392156862745098"
green=
"0.43529411764705883"
blue=
"0.42745098039215684"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
<font
key=
"NSFont"
size=
"16"
name=
".PingFangSC-Regular"
/>
...
...
GYDemo/GYDemo/GYPrefixHeader.pch
View file @
3d72b7c7
...
...
@@ -13,11 +13,7 @@
#ifndef GYPrefixHeader_pch
#define GYPrefixHeader_pch
//测试
//#define ServerReport @"http://reporttest.zhangxinhulian.com"
//#define ServerHost @"http://feedapitest2.zhangxinhulian.com" // 服务端接口地址
//#define ServerAds @"http://bstest.zhangxinhulian.com/v4/ads"
////正式
#define ServerReport @"http://report.clouddistribute.net"
#define ServerHost @"https://feedapi.clouddistribute.net" // 服务端接口地址
...
...
GYDemo/GYDemo/Network/CGNetworkTools.m
View file @
3d72b7c7
...
...
@@ -91,7 +91,7 @@ static CGNetworkTools* _tools = nil;
case
taskListWithStat
:
return
@"/app/v2/novel/taskListWithStat"
;
case
task_process
:
return
@"/app/v1/game/task_process"
;
return
@"/app/v1/game/task_process
_V2
"
;
case
rank_list
:
return
@"/app/v1/game/farm/rank_list"
;
case
ddcy_clock_list
:
...
...
GYDemo/GYDemo/View/GYRankingUserInfoView.xib
View file @
3d72b7c7
...
...
@@ -17,14 +17,14 @@
<view
contentMode=
"scaleToFill"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"Ycr-kd-pdF"
>
<rect
key=
"frame"
x=
"10"
y=
"10"
width=
"394"
height=
"60"
/>
<subviews>
<button
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
lineBreakMode=
"
middle
Truncation"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"eVz-of-Rjc"
>
<rect
key=
"frame"
x=
"20"
y=
"15"
width=
"
3
0"
height=
"30"
/>
<button
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
lineBreakMode=
"
tail
Truncation"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"eVz-of-Rjc"
>
<rect
key=
"frame"
x=
"20"
y=
"15"
width=
"
4
0"
height=
"30"
/>
<constraints>
<constraint
firstAttribute=
"height"
constant=
"30"
id=
"LI1-rJ-XqK"
/>
<constraint
firstAttribute=
"width"
constant=
"
3
0"
id=
"kK9-yW-AsV"
/>
<constraint
firstAttribute=
"width"
constant=
"
4
0"
id=
"kK9-yW-AsV"
/>
</constraints>
<fontDescription
key=
"fontDescription"
type=
"system"
weight=
"semibold"
pointSize=
"15"
/>
<state
key=
"normal"
title=
"99+"
>
<state
key=
"normal"
title=
"99
9
+"
>
<color
key=
"titleColor"
red=
"0.20000000000000001"
green=
"0.20000000000000001"
blue=
"0.20000000000000001"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
</state>
</button>
...
...
@@ -34,8 +34,8 @@
<color
key=
"textColor"
red=
"0.56470588235294117"
green=
"0.30588235294117649"
blue=
"0.10196078431372549"
alpha=
"0.84705882352941175"
colorSpace=
"calibratedRGB"
/>
<nil
key=
"highlightedColor"
/>
</label>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
永树
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"Kyo-Nh-yI8"
>
<rect
key=
"frame"
x=
"1
2
0"
y=
"19.5"
width=
"160"
height=
"21.5"
/>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"Kyo-Nh-yI8"
>
<rect
key=
"frame"
x=
"1
3
0"
y=
"19.5"
width=
"160"
height=
"21.5"
/>
<constraints>
<constraint
firstAttribute=
"width"
constant=
"160"
id=
"HeT-Gy-Z5t"
/>
</constraints>
...
...
@@ -44,7 +44,7 @@
<nil
key=
"highlightedColor"
/>
</label>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"mWb-Pe-9dx"
>
<rect
key=
"frame"
x=
"
6
0"
y=
"10"
width=
"40"
height=
"40"
/>
<rect
key=
"frame"
x=
"
7
0"
y=
"10"
width=
"40"
height=
"40"
/>
<color
key=
"backgroundColor"
systemColor=
"systemGroupedBackgroundColor"
/>
<constraints>
<constraint
firstAttribute=
"height"
constant=
"40"
id=
"6k0-jr-V0o"
/>
...
...
GYDemo/GYDemo/View/GYRankingViewCell.xib
View file @
3d72b7c7
...
...
@@ -84,13 +84,13 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
永树
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"c7W-51-aUa"
>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"c7W-51-aUa"
>
<rect
key=
"frame"
x=
"100"
y=
"21.5"
width=
"100"
height=
"21.5"
/>
<fontDescription
key=
"fontDescription"
type=
"boldSystem"
pointSize=
"18"
/>
<color
key=
"textColor"
red=
"0.40000000000000002"
green=
"0.30980392156862746"
blue=
"0.19215686274509802"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
<nil
key=
"highlightedColor"
/>
</label>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
10
0钻"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
minimumScaleFactor=
"0.5"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"qJG-2r-WkK"
>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"0钻"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
minimumScaleFactor=
"0.5"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"qJG-2r-WkK"
>
<rect
key=
"frame"
x=
"280"
y=
"23"
width=
"50"
height=
"18"
/>
<constraints>
<constraint
firstAttribute=
"width"
constant=
"50"
id=
"lpg-Yh-scg"
/>
...
...
@@ -99,7 +99,7 @@
<color
key=
"textColor"
red=
"0.90980392156862744"
green=
"0.3411764705882353"
blue=
"0.25098039215686274"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
<nil
key=
"highlightedColor"
/>
</label>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
11997
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"ydH-3c-rQt"
>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
0
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"ydH-3c-rQt"
>
<rect
key=
"frame"
x=
"210"
y=
"23"
width=
"60"
height=
"18"
/>
<constraints>
<constraint
firstAttribute=
"width"
constant=
"60"
id=
"KvM-Cg-gCM"
/>
...
...
GYDemo/GYDemo/ViewController/Welfare/WelfareCenterVC.m
View file @
3d72b7c7
...
...
@@ -358,7 +358,7 @@
DGUniversalAlertView
*
alertView
=
[
DGUniversalAlertView
loadFromNib
];
[
alertView
configWithWelfareBoxModel
:
dataArray
];
[
alertView
showAlertToView
:
weakSelf
.
view
];
[
alertView
showAlertToView
:
[(
AppDelegate
*
)[
UIApplication
sharedApplication
].
delegate
getMainWindow
]
];
}
[
weakSelf
updateUI
];
...
...
GYDemo/GYDemo/ViewController/Welfare/WelfareCenterVC.xib
View file @
3d72b7c7
...
...
@@ -78,31 +78,31 @@
<rect
key=
"frame"
x=
"0.0"
y=
"6.5"
width=
"27"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1002"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"bNv-QM-tgZ"
>
<rect
key=
"frame"
x=
"
28
"
y=
"6.5"
width=
"27"
height=
"27"
/>
<rect
key=
"frame"
x=
"
50.5
"
y=
"6.5"
width=
"27"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1003"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"Rvp-NU-SUN"
>
<rect
key=
"frame"
x=
"
56
"
y=
"6.5"
width=
"27"
height=
"27"
/>
<rect
key=
"frame"
x=
"
101
"
y=
"6.5"
width=
"27"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1004"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"kBi-Eb-3V8"
>
<rect
key=
"frame"
x=
"
84.5
"
y=
"6.5"
width=
"27"
height=
"27"
/>
<rect
key=
"frame"
x=
"
152
"
y=
"6.5"
width=
"27"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1005"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"hBp-he-bnq"
>
<rect
key=
"frame"
x=
"
11
2.5"
y=
"6.5"
width=
"27"
height=
"27"
/>
<rect
key=
"frame"
x=
"
20
2.5"
y=
"6.5"
width=
"27"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1006"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"Jj2-BA-D4N"
>
<rect
key=
"frame"
x=
"
140.5
"
y=
"6.5"
width=
"27"
height=
"27"
/>
<rect
key=
"frame"
x=
"
253
"
y=
"6.5"
width=
"27"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1007"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"bwc-i7-rSf"
>
<rect
key=
"frame"
x=
"
168.5"
y=
"6.5"
width=
"27
"
height=
"27"
/>
<imageView
hidden=
"YES"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1007"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"bwc-i7-rSf"
>
<rect
key=
"frame"
x=
"
280"
y=
"6.5"
width=
"0.0
"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1008"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"H5W-Ga-MKH"
>
<rect
key=
"frame"
x=
"
197"
y=
"6.5"
width=
"27
"
height=
"27"
/>
<imageView
hidden=
"YES"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1008"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"H5W-Ga-MKH"
>
<rect
key=
"frame"
x=
"
280"
y=
"6.5"
width=
"0.0
"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1009"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"Kx6-a8-hM2"
>
<rect
key=
"frame"
x=
"2
25"
y=
"6.5"
width=
"27
"
height=
"27"
/>
<imageView
hidden=
"YES"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1009"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"Kx6-a8-hM2"
>
<rect
key=
"frame"
x=
"2
80"
y=
"6.5"
width=
"0.0
"
height=
"27"
/>
</imageView>
<imageView
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1010"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"IZK-xN-ed9"
>
<rect
key=
"frame"
x=
"2
53"
y=
"6.5"
width=
"27
"
height=
"27"
/>
<imageView
hidden=
"YES"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
tag=
"1010"
contentMode=
"scaleAspectFit"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
image=
"UnfinishedDiamond"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"IZK-xN-ed9"
>
<rect
key=
"frame"
x=
"2
80"
y=
"6.5"
width=
"0.0
"
height=
"27"
/>
</imageView>
</subviews>
<color
key=
"backgroundColor"
white=
"0.0"
alpha=
"0.0"
colorSpace=
"custom"
customColorSpace=
"genericGamma22GrayColorSpace"
/>
...
...
@@ -122,7 +122,7 @@
<nil
key=
"textColor"
/>
<nil
key=
"highlightedColor"
/>
</label>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
3
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"3ar-1p-GGl"
>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"
0
"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"3ar-1p-GGl"
>
<rect
key=
"frame"
x=
"22"
y=
"0.0"
width=
"10.5"
height=
"20.5"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"17"
/>
<color
key=
"textColor"
red=
"1"
green=
"0.35294117650000001"
blue=
"0.2666666667"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
GYDemo/Pods/Pods.xcodeproj/xcuserdata/mazy.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
3d72b7c7
...
...
@@ -8,71 +8,99 @@
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
2
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
BaiduMobAd_SDK.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
3
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
Bytedance-UnionAD.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
4
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
GDTMobSDK.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
5
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
MBProgressHUD.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
7
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
MJExtension.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
8
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
MJRefresh.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
9
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
Masonry.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
6
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
Pods-GYDemo.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
10
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
RSPodKSAdaper.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
11
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
SigmobAd-iOS.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
12
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
UMCCommon.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
13
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
VLionAdSDKPoly.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
14
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
WechatOpenSDK.xcscheme
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
isShown
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
15
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
k
e
y
>
SuppressBuildableAutocreation
<
/k
e
y
>
...
...
UnityiOSFarm/Unity-iPhone.xcodeproj/xcuserdata/mazy.xcuserdatad/xcschemes/xcschememanagement.plist
View file @
3d72b7c7
...
...
@@ -7,12 +7,12 @@
<
k
e
y
>
Unity-iPhone.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
6
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
1
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
k
e
y
>
UnityFramework.xcscheme_
^#
shared
#^
_
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
orderHint
<
/k
e
y
>
<
int
e
g
e
r
>
1
1
<
/int
e
g
e
r
>
<
int
e
g
e
r
>
1
6
<
/int
e
g
e
r
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
...
...
farm.xcworkspace/xcuserdata/mazy.xcuserdatad/UserInterfaceState.xcuserstate
View file @
3d72b7c7
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment