diff --git a/GIGA.xcodeproj/project.pbxproj b/GIGA.xcodeproj/project.pbxproj index afb2226..62d8432 100644 --- a/GIGA.xcodeproj/project.pbxproj +++ b/GIGA.xcodeproj/project.pbxproj @@ -17,7 +17,6 @@ 83346AC6212BBC8C0054D597 /* GiGaRegistViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83346AC4212BBC8C0054D597 /* GiGaRegistViewController.xib */; }; 83346ACE212BD7830054D597 /* GiGaWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83346ACC212BD7830054D597 /* GiGaWebViewController.m */; }; 83346ACF212BD7830054D597 /* GiGaWebViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83346ACD212BD7830054D597 /* GiGaWebViewController.xib */; }; - 83346AD1212BF5B70054D597 /* useragreement.html in Resources */ = {isa = PBXBuildFile; fileRef = 83346AD0212BF5B70054D597 /* useragreement.html */; }; 83346AD4212BFF6E0054D597 /* UserGuardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83346AD3212BFF6E0054D597 /* UserGuardViewController.m */; }; 83346AD7212C18F50054D597 /* GiGaAppGaurdVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 83346AD6212C18F50054D597 /* GiGaAppGaurdVC.m */; }; 8338F6B12142182200B4780B /* MaskTime.png in Resources */ = {isa = PBXBuildFile; fileRef = 8338F6B02142182100B4780B /* MaskTime.png */; }; @@ -72,6 +71,8 @@ 8357ADD32123C7C6000816F2 /* GiGaAPIResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8357ADD22123C7C6000816F2 /* GiGaAPIResult.m */; }; 8357ADD52123F5EC000816F2 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8357ADD42123F5EC000816F2 /* libsqlite3.tbd */; }; 8357ADD82124027D000816F2 /* GiGaUserDefault.m in Sources */ = {isa = PBXBuildFile; fileRef = 8357ADD72124027D000816F2 /* GiGaUserDefault.m */; }; + 835A0EAC216AF03C00ABAB1C /* GiGaPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 835A0EAB216AF03C00ABAB1C /* GiGaPageControl.m */; }; + 835A0EAF216AFDC300ABAB1C /* LXPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 835A0EAE216AFDC300ABAB1C /* LXPageControl.m */; }; 8361B3CB212155C200238FEB /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8361B3CA212155C200238FEB /* AppDelegate.m */; }; 8361B3CE212155C200238FEB /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8361B3CD212155C200238FEB /* ViewController.m */; }; 8361B3D1212155C200238FEB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8361B3CF212155C200238FEB /* Main.storyboard */; }; @@ -171,7 +172,6 @@ 838388C8212F9C4200D14C53 /* GiGaLocalNotificationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 838388C7212F9C4200D14C53 /* GiGaLocalNotificationManager.m */; }; 838388D3212FB7D700D14C53 /* JXTAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = 838388CE212FB7D700D14C53 /* JXTAlertController.m */; }; 838388D4212FB7D700D14C53 /* JXTAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 838388D2212FB7D700D14C53 /* JXTAlertView.m */; }; - 838388DA2130046D00D14C53 /* emojizone.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 838388D92130046D00D14C53 /* emojizone.mp4 */; }; 8384643E214A484400F12B33 /* MaskTestResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8384643D214A484400F12B33 /* MaskTestResult.m */; }; 83846441214A4BFF00F12B33 /* MaskTestResultVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 83846440214A4BFF00F12B33 /* MaskTestResultVC.m */; }; 8384F0E821533528002C19F0 /* MaskResultPercentCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8384F0E721533528002C19F0 /* MaskResultPercentCell.m */; }; @@ -279,7 +279,6 @@ 83346ACB212BD7830054D597 /* GiGaWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiGaWebViewController.h; sourceTree = ""; }; 83346ACC212BD7830054D597 /* GiGaWebViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiGaWebViewController.m; sourceTree = ""; }; 83346ACD212BD7830054D597 /* GiGaWebViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GiGaWebViewController.xib; sourceTree = ""; }; - 83346AD0212BF5B70054D597 /* useragreement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = useragreement.html; sourceTree = ""; }; 83346AD2212BFF6E0054D597 /* UserGuardViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserGuardViewController.h; sourceTree = ""; }; 83346AD3212BFF6E0054D597 /* UserGuardViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserGuardViewController.m; sourceTree = ""; }; 83346AD5212C18F50054D597 /* GiGaAppGaurdVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiGaAppGaurdVC.h; sourceTree = ""; }; @@ -374,6 +373,10 @@ 8357ADD42123F5EC000816F2 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; }; 8357ADD62124027D000816F2 /* GiGaUserDefault.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiGaUserDefault.h; sourceTree = ""; }; 8357ADD72124027D000816F2 /* GiGaUserDefault.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiGaUserDefault.m; sourceTree = ""; }; + 835A0EAA216AF03C00ABAB1C /* GiGaPageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiGaPageControl.h; sourceTree = ""; }; + 835A0EAB216AF03C00ABAB1C /* GiGaPageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiGaPageControl.m; sourceTree = ""; }; + 835A0EAD216AFDC300ABAB1C /* LXPageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LXPageControl.h; sourceTree = ""; }; + 835A0EAE216AFDC300ABAB1C /* LXPageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LXPageControl.m; sourceTree = ""; }; 8361B3C6212155C200238FEB /* GIGA.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GIGA.app; sourceTree = BUILT_PRODUCTS_DIR; }; 8361B3C9212155C200238FEB /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 8361B3CA212155C200238FEB /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; @@ -547,7 +550,6 @@ 838388CF212FB7D700D14C53 /* JXTAlertManagerHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JXTAlertManagerHeader.h; sourceTree = ""; }; 838388D1212FB7D700D14C53 /* JXTAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JXTAlertView.h; sourceTree = ""; }; 838388D2212FB7D700D14C53 /* JXTAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JXTAlertView.m; sourceTree = ""; }; - 838388D92130046D00D14C53 /* emojizone.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = emojizone.mp4; sourceTree = ""; }; 8384643C214A484400F12B33 /* MaskTestResult.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MaskTestResult.h; sourceTree = ""; }; 8384643D214A484400F12B33 /* MaskTestResult.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MaskTestResult.m; sourceTree = ""; }; 8384643F214A4BFF00F12B33 /* MaskTestResultVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MaskTestResultVC.h; sourceTree = ""; }; @@ -737,9 +739,7 @@ children = ( 8338F6B02142182100B4780B /* MaskTime.png */, 8342D9FC2131150200D16B1D /* 4481.wav */, - 838388D92130046D00D14C53 /* emojizone.mp4 */, 838388C3212F934400D14C53 /* pomodoSound.m4a */, - 83346AD0212BF5B70054D597 /* useragreement.html */, ); path = Source; sourceTree = ""; @@ -894,6 +894,10 @@ 83BFAE7A213D3F3A004EF801 /* MaskTimeCircularProgressView.m */, 834415F4215B89A300A6D906 /* MaskTimeTopAnimationView.h */, 834415F5215B89A300A6D906 /* MaskTimeTopAnimationView.m */, + 835A0EAA216AF03C00ABAB1C /* GiGaPageControl.h */, + 835A0EAB216AF03C00ABAB1C /* GiGaPageControl.m */, + 835A0EAD216AFDC300ABAB1C /* LXPageControl.h */, + 835A0EAE216AFDC300ABAB1C /* LXPageControl.m */, ); path = View; sourceTree = ""; @@ -1813,7 +1817,6 @@ 83C78A10215872F80083DDD9 /* MasHistoryFirstViewCell.xib in Resources */, 8361B3D6212155C300238FEB /* LaunchScreen.storyboard in Resources */, 838762E3214B9F580039D241 /* GiGaUserSexViewCell.xib in Resources */, - 838388DA2130046D00D14C53 /* emojizone.mp4 in Resources */, 83A22720212AC8C100B3E75C /* GiGaUserLoginVC.xib in Resources */, 838762D4214B9D120039D241 /* GIGaUserInfoAvatorCell.xib in Resources */, 8382DFBA2156389200BBA5A5 /* GIGaFeedImagsCollectionCell.xib in Resources */, @@ -1825,7 +1828,6 @@ 83346AC1212BB50A0054D597 /* PassWordResetVC.xib in Resources */, 83BDC0592147B89900E74E0D /* GiGaAnswerViewCell.xib in Resources */, 8351473D215215C500B25A88 /* GiGAUserInfoCell.xib in Resources */, - 83346AD1212BF5B70054D597 /* useragreement.html in Resources */, 8376B8332154A39200AB79F8 /* MaskTimeEndActionViewCell.xib in Resources */, 838762D9214B9EF80039D241 /* GIGaUserIDViewCell.xib in Resources */, 838762E8214B9FA60039D241 /* GIGaUserCityViewCell.xib in Resources */, @@ -1994,6 +1996,7 @@ 83835BC3212E677C001480F2 /* GiGaQuestionVC.m in Sources */, 8382DFB121562B0A00BBA5A5 /* GIGaFeedQQViewCell.m in Sources */, 83A2271F212AC8C100B3E75C /* GiGaUserLoginVC.m in Sources */, + 835A0EAF216AFDC300ABAB1C /* LXPageControl.m in Sources */, 83901177214E20B2004CA790 /* LYSDatePickerTypeTimeDelegate.m in Sources */, 8382DFB521562C6600BBA5A5 /* GIGaFeedPhontosViewCell.m in Sources */, 83346ACE212BD7830054D597 /* GiGaWebViewController.m in Sources */, @@ -2029,6 +2032,7 @@ 835060A9212D38EE007E6220 /* GiGaStartAdView.m in Sources */, 83928FFA2134D8F60077D2E8 /* GiGaFlyingCommitInputView.m in Sources */, 8390116D214E20B2004CA790 /* LYSDateBaseViewController.m in Sources */, + 835A0EAC216AF03C00ABAB1C /* GiGaPageControl.m in Sources */, 838388D3212FB7D700D14C53 /* JXTAlertController.m in Sources */, 833DA7762122A62000A5C614 /* GiGaMaskTaskViewController.m in Sources */, 836EE5D7213645E300F0ABB2 /* GiGaBaseAPiRequest.m in Sources */, diff --git a/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/Contents.json b/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/Contents.json index 4b460c2..375ae9b 100644 --- a/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/Contents.json +++ b/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/Contents.json @@ -2,7 +2,6 @@ "images" : [ { "idiom" : "universal", - "filename" : "appgaurd_moon.png", "scale" : "1x" }, { @@ -12,7 +11,6 @@ }, { "idiom" : "universal", - "filename" : "appgaurd_moon@3x.png", "scale" : "3x" } ], diff --git a/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon.png b/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon.png deleted file mode 100644 index 763a003..0000000 Binary files a/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon.png and /dev/null differ diff --git a/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon@2x.png b/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon@2x.png index b1b8a1a..4d551e7 100644 Binary files a/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon@2x.png and b/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon@2x.png differ diff --git a/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon@3x.png b/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon@3x.png deleted file mode 100644 index 15b3b3e..0000000 Binary files a/GIGA/Assets.xcassets/login/appgaurd_moon.imageset/appgaurd_moon@3x.png and /dev/null differ diff --git a/GIGA/Assets.xcassets/login/page2_img.imageset/Contents.json b/GIGA/Assets.xcassets/login/page2_img.imageset/Contents.json new file mode 100644 index 0000000..7757eac --- /dev/null +++ b/GIGA/Assets.xcassets/login/page2_img.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "page2_img.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "page2_img@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "page2_img@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img.png b/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img.png new file mode 100644 index 0000000..85dff87 Binary files /dev/null and b/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img.png differ diff --git a/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img@2x.png b/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img@2x.png new file mode 100644 index 0000000..c5e108c Binary files /dev/null and b/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img@2x.png differ diff --git a/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img@3x.png b/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img@3x.png new file mode 100644 index 0000000..f465141 Binary files /dev/null and b/GIGA/Assets.xcassets/login/page2_img.imageset/page2_img@3x.png differ diff --git a/GIGA/Assets.xcassets/login/page2_women.imageset/Contents.json b/GIGA/Assets.xcassets/login/page2_women.imageset/Contents.json new file mode 100644 index 0000000..17c96c4 --- /dev/null +++ b/GIGA/Assets.xcassets/login/page2_women.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "page2_women@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/login/page2_women.imageset/page2_women@2x.png b/GIGA/Assets.xcassets/login/page2_women.imageset/page2_women@2x.png new file mode 100644 index 0000000..4c58b10 Binary files /dev/null and b/GIGA/Assets.xcassets/login/page2_women.imageset/page2_women@2x.png differ diff --git a/GIGA/Assets.xcassets/login/page3_img.imageset/Contents.json b/GIGA/Assets.xcassets/login/page3_img.imageset/Contents.json new file mode 100644 index 0000000..30504b4 --- /dev/null +++ b/GIGA/Assets.xcassets/login/page3_img.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "page3_img.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "page3_img@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "page3_img@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img.png b/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img.png new file mode 100644 index 0000000..9270958 Binary files /dev/null and b/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img.png differ diff --git a/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img@2x.png b/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img@2x.png new file mode 100644 index 0000000..82076ba Binary files /dev/null and b/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img@2x.png differ diff --git a/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img@3x.png b/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img@3x.png new file mode 100644 index 0000000..e7949cf Binary files /dev/null and b/GIGA/Assets.xcassets/login/page3_img.imageset/page3_img@3x.png differ diff --git a/GIGA/Assets.xcassets/login/page3_woman.imageset/Contents.json b/GIGA/Assets.xcassets/login/page3_woman.imageset/Contents.json new file mode 100644 index 0000000..bda1d46 --- /dev/null +++ b/GIGA/Assets.xcassets/login/page3_woman.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "page3_woman@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/login/page3_woman.imageset/page3_woman@2x.png b/GIGA/Assets.xcassets/login/page3_woman.imageset/page3_woman@2x.png new file mode 100644 index 0000000..97bc25b Binary files /dev/null and b/GIGA/Assets.xcassets/login/page3_woman.imageset/page3_woman@2x.png differ diff --git a/GIGA/Assets.xcassets/login/page_logo.imageset/Contents.json b/GIGA/Assets.xcassets/login/page_logo.imageset/Contents.json new file mode 100644 index 0000000..4ef41a6 --- /dev/null +++ b/GIGA/Assets.xcassets/login/page_logo.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "page_logo@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/login/page_logo.imageset/page_logo@2x.png b/GIGA/Assets.xcassets/login/page_logo.imageset/page_logo@2x.png new file mode 100644 index 0000000..3f96961 Binary files /dev/null and b/GIGA/Assets.xcassets/login/page_logo.imageset/page_logo@2x.png differ diff --git a/GIGA/Assets.xcassets/login/pagecontrol_current.imageset/Contents.json b/GIGA/Assets.xcassets/login/pagecontrol_current.imageset/Contents.json new file mode 100644 index 0000000..b823061 --- /dev/null +++ b/GIGA/Assets.xcassets/login/pagecontrol_current.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "pagecontrol_current@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/login/pagecontrol_current.imageset/pagecontrol_current@2x.png b/GIGA/Assets.xcassets/login/pagecontrol_current.imageset/pagecontrol_current@2x.png new file mode 100644 index 0000000..7e53250 Binary files /dev/null and b/GIGA/Assets.xcassets/login/pagecontrol_current.imageset/pagecontrol_current@2x.png differ diff --git a/GIGA/Assets.xcassets/login/pagecontrol_def.imageset/Contents.json b/GIGA/Assets.xcassets/login/pagecontrol_def.imageset/Contents.json new file mode 100644 index 0000000..866f3b2 --- /dev/null +++ b/GIGA/Assets.xcassets/login/pagecontrol_def.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "pagecontrol_def@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/login/pagecontrol_def.imageset/pagecontrol_def@2x.png b/GIGA/Assets.xcassets/login/pagecontrol_def.imageset/pagecontrol_def@2x.png new file mode 100644 index 0000000..d37e01f Binary files /dev/null and b/GIGA/Assets.xcassets/login/pagecontrol_def.imageset/pagecontrol_def@2x.png differ diff --git a/GIGA/Assets.xcassets/maskTime/bg_off.imageset/Contents.json b/GIGA/Assets.xcassets/maskTime/bg_off.imageset/Contents.json new file mode 100644 index 0000000..43c0f0e --- /dev/null +++ b/GIGA/Assets.xcassets/maskTime/bg_off.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "bg_off@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/maskTime/bg_off.imageset/bg_off@2x.png b/GIGA/Assets.xcassets/maskTime/bg_off.imageset/bg_off@2x.png new file mode 100644 index 0000000..6d04945 Binary files /dev/null and b/GIGA/Assets.xcassets/maskTime/bg_off.imageset/bg_off@2x.png differ diff --git a/GIGA/Assets.xcassets/maskTime/bg_on.imageset/Contents.json b/GIGA/Assets.xcassets/maskTime/bg_on.imageset/Contents.json new file mode 100644 index 0000000..6ad4e76 --- /dev/null +++ b/GIGA/Assets.xcassets/maskTime/bg_on.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "bg_on@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/GIGA/Assets.xcassets/maskTime/bg_on.imageset/bg_on@2x.png b/GIGA/Assets.xcassets/maskTime/bg_on.imageset/bg_on@2x.png new file mode 100644 index 0000000..153cba2 Binary files /dev/null and b/GIGA/Assets.xcassets/maskTime/bg_on.imageset/bg_on@2x.png differ diff --git a/GIGA/Common/GiGaUserDB/GiGaUserDefault.h b/GIGA/Common/GiGaUserDB/GiGaUserDefault.h index 921b9be..b2da30f 100644 --- a/GIGA/Common/GiGaUserDB/GiGaUserDefault.h +++ b/GIGA/Common/GiGaUserDB/GiGaUserDefault.h @@ -69,5 +69,10 @@ +(void)savaMaskeTime:(NSTimeInterval)time; +(NSTimeInterval)getUserMaskeTime; +/** + 记录是否测试过 + */ ++(void)saveUserTestFlag:(BOOL)tested; ++(BOOL)isUserTest; @end diff --git a/GIGA/Common/GiGaUserDB/GiGaUserDefault.m b/GIGA/Common/GiGaUserDB/GiGaUserDefault.m index 3a403c1..e0a90a9 100644 --- a/GIGA/Common/GiGaUserDB/GiGaUserDefault.m +++ b/GIGA/Common/GiGaUserDB/GiGaUserDefault.m @@ -17,6 +17,7 @@ NSString *const kWeiXinUserInfo = @"WeiXinUserinfo"; NSString *const kGiGaToken = @"GiGatoken"; NSString *const kMaskeTime= @"userMaskeTime"; NSString *const kWeiXinCodeInfo = @"WeiXinCodeinfo"; +NSString *const kShowUserTested = @"kShowUserTested"; #define MASKTIME_DEFAULT 20; @implementation GiGaUserDefault @@ -151,4 +152,17 @@ NSString *const kWeiXinCodeInfo = @"WeiXinCodeinfo"; return time; } ++(void)saveUserTestFlag:(BOOL)tested{ + + [UD_STADARDUD setBool:tested forKey:kShowUserTested]; + [UD_STADARDUD synchronize]; +} + ++(BOOL)isUserTest{ + + BOOL showedGaurd = [UD_STADARDUD boolForKey:kShowUserTested]; + [UD_STADARDUD synchronize]; + return showedGaurd; +} + @end diff --git a/GIGA/Common/Source/emojizone.mp4 b/GIGA/Common/Source/emojizone.mp4 deleted file mode 100755 index d814b2f..0000000 Binary files a/GIGA/Common/Source/emojizone.mp4 and /dev/null differ diff --git a/GIGA/Common/Source/useragreement.html b/GIGA/Common/Source/useragreement.html deleted file mode 100644 index cd6a38a..0000000 --- a/GIGA/Common/Source/useragreement.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - 用户协议 - - -
- - -
-
-
- - -
-
- -
-

本协议是您与XXX公司(以下简称为“面膜时间”)之间就面膜时间所提供的服务及相关事宜所立订的契约,请您仔细阅读本注册协议,在您确认阅读并选择注册后,本协议即构成对双方有约束力的法律文件。


第一条 服务条款的确认和接纳


1.面膜时间的各项电子服务的所有权和运作权归“面膜时间”所有。客户同意所有注册协议条款并完成注册程序,才能成为面膜时间的正式客户。客户确认:本协议条款是处理双方权利义务的契约,始终有效,法律另有强制性规定或双方另有特别约定的,依其规定。

2.面膜时间的各项电子服务的所有权和运作权归“面膜时间”所有。客户同意所有注册协议条款并完成注册程序,才能成为面膜时间的正式客户。客户确认:本协议条款是处理双方权利义务的契约,始终有效,法律另有强制性规定或双方另有特别约定的,依其规定。

3.如果您在18周岁以下,您只能在父母或监护人的监护参与下才能使用面膜时间。

4.“面膜时间”保留在中华人民共和国大陆地区法施行之法律允许的范围内独自决定拒绝服务、关闭客户账户、清除或编辑内容或取消订单的权利。


第二条 法律管辖和适用


本协议的订立、执行和解释及争议的解决均应适用在中华人民共和国大陆地区适用之有效法律(但不包括其冲突法规则)。 如发生优品汇服务条款与适用之法律相抵触时,则这些条款将完全按法律规定重新解释,而其它有效条款继续有效。 如缔约方就本协议内容或其执行发生任何争议,双方应尽力友好协商解决;协商不成时,任何一方均可向有管辖权的中华人民共和国大陆地区法院提起诉讼。


第三条 面膜时间服务


1.面膜时间的各项电子服务的所有权和运作权归“面膜时间”所有。客户同意所有注册协议条款并完成注册程序,才能成为面膜时间的正式客户。客户确认:本协议条款是处理双方权利义务的契约,始终有效,法律另有强制性规定或双方另有特别约定的,依其规定。


第四条 客户信息


1.面膜时间的各项电子服务的所有权和运作权归“面膜时间”所有。客户同意所有注册协议条款并完成注册程序,才能成为面膜时间的正式客户。客户确认:本协议条款是处理双方权利义务的契约,始终有效,法律另有强制性规定或双方另有特别约定的,依其规定。

2.面膜时间的各项电子服务的所有权和运作权归“面膜时间”所有。客户同意所有注册协议条款并完成注册程序,才能成为面膜时间的正式客户。客户确认:本协议条款是处理双方权利义务的契约,始终有效,法律另有强制性规定或双方另有特别约定的,依其规定。

3.面膜时间的各项电子服务的所有权和运作权归“面膜时间”所有。客户同意所有注册协议条款并完成注册程序,才能成为面膜时间的正式客户。客户确认:本协议条款是处理双方权利义务的契约,始终有效,法律另有强制性规定或双方另有特别约定的,依其规定。

4.面膜时间的各项电子服务的所有权和运作权归“面膜时间”所有。客户同意所有注册协议条款并完成注册程序,才能成为面膜时间的正式客户。客户确认:本协议条款是处理双方权利义务的契约,始终有效,法律另有强制性规定或双方另有特别约定的,依其规定。

5.面膜时间的各项电子服务的所有权和运作权归“面膜时间”所有。客户同意所有注册协议条款并完成注册程序,才能成为面膜时间的正式客户。客户确认:本协议条款是处理双方权利义务的契约,始终有效,法律另有强制性规定或双方另有特别约定的,依其规定。


第五条 客户依法言行义务


本协议依据国家相关法律法规规章制定,客户同意严格遵守以下义务:

1.不得传输或发表:煽动抗拒、破坏宪法和法律、行政法规实施的言论,煽动颠覆国家政权,推翻社会主义制度的言论,煽动分裂国家、破坏国家统一的的言论,煽动民族仇恨、民族歧视、破坏民族团结的言论;

2.从中国大陆向境外传输资料信息时必须符合中国有关法规;

3.不得利用面膜时间从事洗钱、窃取商业秘密、窃取个人信息等违法犯罪活动;

4.不得干扰面膜时间的正常运转,不得侵入面膜时间及国家计算机信息系统;

5.不得传输或发表任何违法犯罪的、骚扰性的、中伤他人的、辱骂性的、恐吓性的、伤害性的、庸俗的,淫秽的、不文明的等信息资料;

6.不得传输或发表损害国家社会公共利益和涉及国家安全的信息资料或言论;

7.不得教唆他人从事本条所禁止的行为;

8.不得利用在面膜时间注册的账户进行牟利性经营活动;

9.不得发布任何侵犯他人著作权、商标权等知识产权或合法权利的内容;

面膜时间保有删除站内各类不符合法律政策或不真实的信息内容而无须通知客户的权利。

若客户未遵守以上规定的,面膜时间有权作出独立判断并采取暂停或关闭客户帐号等措施。客户须对自己在网上的言论和行为承担法律责任。


有任何疑问,可向平台客服咨询。阅读协议的过程中,如果您不同意相关协议或其中任何条款约定,您应立即停止注册程序。

-
-
-
-
-
- - -
-
-
- - -
-
- -
-

用户协议

-
-
-
-
-
-
- - diff --git a/GIGA/Info.plist b/GIGA/Info.plist index 17fef7b..124096e 100644 --- a/GIGA/Info.plist +++ b/GIGA/Info.plist @@ -32,17 +32,9 @@ wx1fa33defa5cbc8dd - - CFBundleTypeRole - Editor - CFBundleURLSchemes - - Prefs - - CFBundleVersion - 1.4.0 + 1.6.0 LSApplicationQueriesSchemes weixin @@ -62,7 +54,7 @@ 是否允许此App使用您的相册? UIBackgroundModes - audio + App plays audio remote-notification UILaunchStoryboardName diff --git a/GIGA/Modules/AppAD/GiGaAdDetailViewController/GiGaAdDetailViewController.m b/GIGA/Modules/AppAD/GiGaAdDetailViewController/GiGaAdDetailViewController.m index efcb3ac..9fe222c 100644 --- a/GIGA/Modules/AppAD/GiGaAdDetailViewController/GiGaAdDetailViewController.m +++ b/GIGA/Modules/AppAD/GiGaAdDetailViewController/GiGaAdDetailViewController.m @@ -20,6 +20,7 @@ [self addNavTitile:@"广告详情"]; // Do any additional setup after loading the view. + } - (void)didReceiveMemoryWarning { @@ -27,14 +28,5 @@ // Dispose of any resources that can be recreated. } -/* -#pragma mark - Navigation - -// In a storyboard-based application, you will often want to do a little preparation before navigation -- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { - // Get the new view controller using [segue destinationViewController]. - // Pass the selected object to the new view controller. -} -*/ @end diff --git a/GIGA/Modules/LogIn/Controller/GiGaUserLoginVC.xib b/GIGA/Modules/LogIn/Controller/GiGaUserLoginVC.xib index cf1d340..feb4740 100644 --- a/GIGA/Modules/LogIn/Controller/GiGaUserLoginVC.xib +++ b/GIGA/Modules/LogIn/Controller/GiGaUserLoginVC.xib @@ -122,10 +122,10 @@