Skip to content

Commit 340381a

Browse files
committed
微信登录[未完]&技能设置&JDStatusBarNotification 更新
1 parent 1c1e8a2 commit 340381a

20 files changed

+1041
-509
lines changed

Coding_iOS.xcodeproj/project.pbxproj

+42
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,13 @@
11881188
B12B64081FE900D400ACFDCC /* AMPopTip+Entrance.m in Sources */ = {isa = PBXBuildFile; fileRef = B12B64021FE900D400ACFDCC /* AMPopTip+Entrance.m */; };
11891189
B12B64091FE900D400ACFDCC /* AMPopTip+Draw.m in Sources */ = {isa = PBXBuildFile; fileRef = B12B64031FE900D400ACFDCC /* AMPopTip+Draw.m */; };
11901190
B12B640A1FE900D400ACFDCC /* AMPopTip+Exit.m in Sources */ = {isa = PBXBuildFile; fileRef = B12B64051FE900D400ACFDCC /* AMPopTip+Exit.m */; };
1191+
B12B640E1FECB59000ACFDCC /* login_wechat@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = B12B640C1FECB58F00ACFDCC /* login_wechat@3x.png */; };
1192+
B12B640F1FECB59000ACFDCC /* login_wechat@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B12B640D1FECB58F00ACFDCC /* login_wechat@2x.png */; };
1193+
B12B64121FF0D54800ACFDCC /* SettingSkillsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B12B64111FF0D54800ACFDCC /* SettingSkillsViewController.m */; };
1194+
B12B64151FF0DE4800ACFDCC /* SkillCCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B12B64141FF0DE4800ACFDCC /* SkillCCell.m */; };
1195+
B12B64181FF0E4CB00ACFDCC /* skill_delete@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B12B64161FF0E4CA00ACFDCC /* skill_delete@2x.png */; };
1196+
B12B64191FF0E4CB00ACFDCC /* skill_delete@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = B12B64171FF0E4CA00ACFDCC /* skill_delete@3x.png */; };
1197+
B12B641C1FF0F5E400ACFDCC /* JDStatusBarLayoutMarginHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = B12B641B1FF0F5E300ACFDCC /* JDStatusBarLayoutMarginHelper.m */; };
11911198
B14689B41EE100B200B01371 /* vip_3_30@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B14689A41EE100B200B01371 /* vip_3_30@2x.png */; };
11921199
B14689B51EE100B200B01371 /* vip_3_30@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = B14689A51EE100B200B01371 /* vip_3_30@3x.png */; };
11931200
B14689B61EE100B200B01371 /* vip_3_40@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B14689A61EE100B200B01371 /* vip_3_40@2x.png */; };
@@ -3174,6 +3181,16 @@
31743181
B12B64031FE900D400ACFDCC /* AMPopTip+Draw.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AMPopTip+Draw.m"; sourceTree = "<group>"; };
31753182
B12B64041FE900D400ACFDCC /* AMPopTip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AMPopTip.h; sourceTree = "<group>"; };
31763183
B12B64051FE900D400ACFDCC /* AMPopTip+Exit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AMPopTip+Exit.m"; sourceTree = "<group>"; };
3184+
B12B640C1FECB58F00ACFDCC /* login_wechat@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "login_wechat@3x.png"; sourceTree = "<group>"; };
3185+
B12B640D1FECB58F00ACFDCC /* login_wechat@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "login_wechat@2x.png"; sourceTree = "<group>"; };
3186+
B12B64101FF0D54800ACFDCC /* SettingSkillsViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SettingSkillsViewController.h; sourceTree = "<group>"; };
3187+
B12B64111FF0D54800ACFDCC /* SettingSkillsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SettingSkillsViewController.m; sourceTree = "<group>"; };
3188+
B12B64131FF0DE4800ACFDCC /* SkillCCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SkillCCell.h; sourceTree = "<group>"; };
3189+
B12B64141FF0DE4800ACFDCC /* SkillCCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SkillCCell.m; sourceTree = "<group>"; };
3190+
B12B64161FF0E4CA00ACFDCC /* skill_delete@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "skill_delete@2x.png"; sourceTree = "<group>"; };
3191+
B12B64171FF0E4CA00ACFDCC /* skill_delete@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "skill_delete@3x.png"; sourceTree = "<group>"; };
3192+
B12B641A1FF0F5E300ACFDCC /* JDStatusBarLayoutMarginHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JDStatusBarLayoutMarginHelper.h; sourceTree = "<group>"; };
3193+
B12B641B1FF0F5E300ACFDCC /* JDStatusBarLayoutMarginHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JDStatusBarLayoutMarginHelper.m; sourceTree = "<group>"; };
31773194
B14689A41EE100B200B01371 /* vip_3_30@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "vip_3_30@2x.png"; sourceTree = "<group>"; };
31783195
B14689A51EE100B200B01371 /* vip_3_30@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "vip_3_30@3x.png"; sourceTree = "<group>"; };
31793196
B14689A61EE100B200B01371 /* vip_3_40@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "vip_3_40@2x.png"; sourceTree = "<group>"; };
@@ -4433,6 +4450,8 @@
44334450
4E996BC11ABA754600C704F1 /* JDStatusBarNotification */ = {
44344451
isa = PBXGroup;
44354452
children = (
4453+
B12B641A1FF0F5E300ACFDCC /* JDStatusBarLayoutMarginHelper.h */,
4454+
B12B641B1FF0F5E300ACFDCC /* JDStatusBarLayoutMarginHelper.m */,
44364455
4E996BC21ABA754600C704F1 /* JDStatusBarNotification.h */,
44374456
4E996BC31ABA754600C704F1 /* JDStatusBarNotification.m */,
44384457
4E996BC41ABA754600C704F1 /* JDStatusBarStyle.h */,
@@ -5019,6 +5038,8 @@
50195038
8E1C3E0519E8DFE300EF3032 /* SettingViewController.m */,
50205039
8EF83F8819E92AA500E86DE7 /* SettingTagsViewController.h */,
50215040
8EF83F8919E92AA500E86DE7 /* SettingTagsViewController.m */,
5041+
B12B64101FF0D54800ACFDCC /* SettingSkillsViewController.h */,
5042+
B12B64111FF0D54800ACFDCC /* SettingSkillsViewController.m */,
50225043
8EF83F9219EB78CC00E86DE7 /* SettingTextViewController.h */,
50235044
8EF83F9319EB78CC00E86DE7 /* SettingTextViewController.m */,
50245045
);
@@ -5544,6 +5565,7 @@
55445565
8EA6CF5D19E240C40076D59C /* Images */ = {
55455566
isa = PBXGroup;
55465567
children = (
5568+
B12B640B1FECB58F00ACFDCC /* login */,
55475569
B1BCB8941FCE93830098B87B /* pay */,
55485570
B14689A31EE100B200B01371 /* vip */,
55495571
4EAAD0481E542B2D008AA957 /* icon_code */,
@@ -5697,6 +5719,8 @@
56975719
B1C871B71EB338FD003DACF0 /* comment_bg@3x.png */,
56985720
B1C871B81EB338FD003DACF0 /* project_tag_btn@3x.png */,
56995721
B1C871B91EB338FD003DACF0 /* project_tag_icon@3x.png */,
5722+
B12B64161FF0E4CA00ACFDCC /* skill_delete@2x.png */,
5723+
B12B64171FF0E4CA00ACFDCC /* skill_delete@3x.png */,
57005724
);
57015725
path = Images;
57025726
sourceTree = "<group>";
@@ -6233,6 +6257,8 @@
62336257
927AFF3D1BFF608700AAE593 /* ShopGoodsCCell.m */,
62346258
927AFF421BFF61FF00AAE593 /* BaseCollectionCell.h */,
62356259
927AFF431BFF61FF00AAE593 /* BaseCollectionCell.m */,
6260+
B12B64131FF0DE4800ACFDCC /* SkillCCell.h */,
6261+
B12B64141FF0DE4800ACFDCC /* SkillCCell.m */,
62366262
);
62376263
path = CCell;
62386264
sourceTree = "<group>";
@@ -6517,6 +6543,15 @@
65176543
path = AMPopTip;
65186544
sourceTree = "<group>";
65196545
};
6546+
B12B640B1FECB58F00ACFDCC /* login */ = {
6547+
isa = PBXGroup;
6548+
children = (
6549+
B12B640C1FECB58F00ACFDCC /* login_wechat@3x.png */,
6550+
B12B640D1FECB58F00ACFDCC /* login_wechat@2x.png */,
6551+
);
6552+
path = login;
6553+
sourceTree = "<group>";
6554+
};
65206555
B14689A31EE100B200B01371 /* vip */ = {
65216556
isa = PBXGroup;
65226557
children = (
@@ -6849,6 +6884,7 @@
68496884
8EA6D15C19E240C40076D59C /* login_email@2x.png in Resources */,
68506885
D0C448111C02DCAC00DC1C4B /* tweetBtn_Nav@3x.png in Resources */,
68516886
4EAAD0281E540551008AA957 /* mrpr_icon_status_refused@3x.png in Resources */,
6887+
B12B640E1FECB59000ACFDCC /* login_wechat@3x.png in Resources */,
68526888
4EDD8F521A36F42300E9E232 /* ReleaseNotes.txt in Resources */,
68536889
13FB5D491CA17A6400EE127C /* PointLikeHead@1x.png in Resources */,
68546890
13FB5D3C1CA17A6400EE127C /* PR_update_content@2x.png in Resources */,
@@ -7020,6 +7056,7 @@
70207056
4EFE8DAF1B3960E6004B7559 /* logo_coding_top@2x.png in Resources */,
70217057
4E4972E01BB535B400F3AC15 /* tipIcon_ProjectTweetComment@2x.png in Resources */,
70227058
4E66EE261A28226000DA1B3E /* button_file_createFolder_enable@2x.png in Resources */,
7059+
B12B64181FF0E4CB00ACFDCC /* skill_delete@2x.png in Resources */,
70237060
B1C871831EB18599003DACF0 /* calendar_0xF56061@2x.png in Resources */,
70247061
D0C447A81C02A3C700DC1C4B /* project_selected@2x.png in Resources */,
70257062
4EB119FA1D953AE200A36341 /* intro_page2_ip6@2x.png in Resources */,
@@ -7202,6 +7239,7 @@
72027239
8EA6D17F19E240C40076D59C /* section_btn_open@2x.png in Resources */,
72037240
4E095A151D9534CB00E63D9E /* intro_page_selected@2x.png in Resources */,
72047241
4EB52F611C7C5C4F00B5EBEA /* task_resource_reference_ProjectTopic@3x.png in Resources */,
7242+
B12B64191FF0E4CB00ACFDCC /* skill_delete@3x.png in Resources */,
72057243
4EACB4411A2C448F0097ABB3 /* button_file_move_unable@2x.png in Resources */,
72067244
4E0BD8851B6C7F0A0061CAA6 /* mock_topicAdlist.geojson in Resources */,
72077245
8EA6D17419E240C40076D59C /* placeholder_coding_square_55@2x.png in Resources */,
@@ -7227,6 +7265,7 @@
72277265
4EF17ED21B3C3112003CDD2D /* intro_icon_1@3x.png in Resources */,
72287266
4E9423DC1E69401B0095F1CD /* blankpage_image_Default@2x.png in Resources */,
72297267
13FB5D4F1CA17A6400EE127C /* PRReviewer@2x.png in Resources */,
7268+
B12B640F1FECB59000ACFDCC /* login_wechat@2x.png in Resources */,
72307269
B1C871A31EB2D9E6003DACF0 /* task_activity_icon_finish@3x.png in Resources */,
72317270
4E0022A61B7362EF005308DE /* intro_page0_ip4@2x.png in Resources */,
72327271
4E53EB591AFB090E0034FE1C /* nav_page_selected@2x.png in Resources */,
@@ -7961,12 +8000,14 @@
79618000
8EA6D1F819E240C40076D59C /* MJPhotoBrowser.m in Sources */,
79628001
4E0BD86C1B6C7E3D0061CAA6 /* CSMyTopicVC.m in Sources */,
79638002
4ED618151C3A6B4B0017946C /* LocationViewController.m in Sources */,
8003+
B12B641C1FF0F5E400ACFDCC /* JDStatusBarLayoutMarginHelper.m in Sources */,
79648004
8ED4612019E4DC470059B3BE /* iCarousel.m in Sources */,
79658005
4E1A22881AB1731600CFC14F /* ProjectDescriptionCell.m in Sources */,
79668006
4ECE8AE11A3943E80021E29C /* UIButton+Common.m in Sources */,
79678007
4ECE8AD81A3943E80021E29C /* UIDownMenuButton.m in Sources */,
79688008
4E6CBE511D8E962300644086 /* TopicAnswerDetailViewController.m in Sources */,
79698009
8EA6D14819E240C40076D59C /* UsersViewController.m in Sources */,
8010+
B12B64151FF0DE4800ACFDCC /* SkillCCell.m in Sources */,
79708011
4E94C4FF1B4D2B9300EB668A /* MenuButton.m in Sources */,
79718012
B12B64091FE900D400ACFDCC /* AMPopTip+Draw.m in Sources */,
79728013
4ED4B49D1D8295F600EED8C6 /* TeamViewController.m in Sources */,
@@ -8081,6 +8122,7 @@
80818122
8EA6D1C319E240C40076D59C /* User.m in Sources */,
80828123
8EA6D1FB19E240C40076D59C /* MJPhotoToolbar.m in Sources */,
80838124
8EF643CF19FF7E2900F7EEB0 /* TweetDetailCommentCell.m in Sources */,
8125+
B12B64121FF0D54800ACFDCC /* SettingSkillsViewController.m in Sources */,
80848126
4E4D6A8E1B1D5B9A00FD2E49 /* MRPRBaseInfo.m in Sources */,
80858127
7EB02FF31B6D111300D2166C /* AudioRecordView.m in Sources */,
80868128
4EB52F281C76ED4A00B5EBEA /* TagColorEditCell.m in Sources */,

0 commit comments

Comments
 (0)