Ver Fonte

替换学生的刷新动效

Steven há 2 anos atrás
pai
commit
e1c91bf682

+ 4 - 4
KulexiuForStudent/KulexiuForStudent.xcodeproj/project.pbxproj

@@ -493,7 +493,7 @@
 		BC71D1042881A2420010F14B /* libSocialQQ.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BC71D0EE2881A2420010F14B /* libSocialQQ.a */; };
 		BC71D1052881A2420010F14B /* TencentOpenApi_IOS_Bundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BC71D0F02881A2420010F14B /* TencentOpenApi_IOS_Bundle.bundle */; };
 		BC71D1062881A2420010F14B /* TencentOpenAPI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC71D0F12881A2420010F14B /* TencentOpenAPI.framework */; };
-		BC71D12F2887A4DC0010F14B /* teacher_refresh.json in Resources */ = {isa = PBXBuildFile; fileRef = BC71D12E2887A4DC0010F14B /* teacher_refresh.json */; };
+		BC71D12F2887A4DC0010F14B /* student_refresh.json in Resources */ = {isa = PBXBuildFile; fileRef = BC71D12E2887A4DC0010F14B /* student_refresh.json */; };
 		BC71D13A2887CEB70010F14B /* LaunchAnimationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC71D1392887CEB70010F14B /* LaunchAnimationViewController.m */; };
 		BC71D15D2887F9DB0010F14B /* launchAni.json in Resources */ = {isa = PBXBuildFile; fileRef = BC71D13B2887F9DA0010F14B /* launchAni.json */; };
 		BC71D244288804CD0010F14B /* img_10.png in Resources */ = {isa = PBXBuildFile; fileRef = BC71D20C288804CC0010F14B /* img_10.png */; };
@@ -1713,7 +1713,7 @@
 		BC71D0EE2881A2420010F14B /* libSocialQQ.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libSocialQQ.a; sourceTree = "<group>"; };
 		BC71D0F02881A2420010F14B /* TencentOpenApi_IOS_Bundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = TencentOpenApi_IOS_Bundle.bundle; sourceTree = "<group>"; };
 		BC71D0F12881A2420010F14B /* TencentOpenAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = TencentOpenAPI.framework; sourceTree = "<group>"; };
-		BC71D12E2887A4DC0010F14B /* teacher_refresh.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = teacher_refresh.json; sourceTree = "<group>"; };
+		BC71D12E2887A4DC0010F14B /* student_refresh.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = student_refresh.json; sourceTree = "<group>"; };
 		BC71D1382887CEB70010F14B /* LaunchAnimationViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LaunchAnimationViewController.h; sourceTree = "<group>"; };
 		BC71D1392887CEB70010F14B /* LaunchAnimationViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LaunchAnimationViewController.m; sourceTree = "<group>"; };
 		BC71D13B2887F9DA0010F14B /* launchAni.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = launchAni.json; sourceTree = "<group>"; };
@@ -3160,7 +3160,7 @@
 				277933E027E3249E0010E277 /* KSGifRefreshFooter.m */,
 				277933E227E3249E0010E277 /* KSGifRefreshHeader.h */,
 				277933DF27E3249E0010E277 /* KSGifRefreshHeader.m */,
-				BC71D12E2887A4DC0010F14B /* teacher_refresh.json */,
+				BC71D12E2887A4DC0010F14B /* student_refresh.json */,
 			);
 			path = GifRefresh;
 			sourceTree = "<group>";
@@ -5583,7 +5583,7 @@
 				BC71D256288804CD0010F14B /* img_14.png in Resources */,
 				275FA24527E73E0100CFEA2E /* InstrumentDescView.xib in Resources */,
 				BC11922D280ED8E800A716F7 /* CourseNavView.xib in Resources */,
-				BC71D12F2887A4DC0010F14B /* teacher_refresh.json in Resources */,
+				BC71D12F2887A4DC0010F14B /* student_refresh.json in Resources */,
 				BC11929D280FD2EF00A716F7 /* HomeworkBottomView.xib in Resources */,
 				BC7663182827E49900C91A1D /* NotiferMessageCell.xib in Resources */,
 				BC71D26D288804CD0010F14B /* img_18.png in Resources */,

BIN
KulexiuForStudent/KulexiuForStudent.xcworkspace/xcuserdata/wangzhi.xcuserdatad/UserInterfaceState.xcuserstate


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
KulexiuForStudent/KulexiuForStudent/Common/Base/TabbarAnimation/tabbar1.json


+ 2 - 3
KulexiuForStudent/KulexiuForStudent/Common/Tools/GifRefresh/KSGifRefreshFooter.m

@@ -20,8 +20,7 @@
 
 - (instancetype)init {
     if (self = [super init]) {
-//        self.stateLabel.hidden = YES;
-        [self setJsonName:@"teacher_refresh.json"];
+        [self setJsonName:@"student_refresh.json"];
     }
     return self;
 }
@@ -36,7 +35,7 @@
         //1.加载本地json
         _loadingView = [LOTAnimationView animationNamed:self.jsonString];
         //2.加载后台给的json(url)
-        _loadingView.frame = CGRectMake(([UIScreen mainScreen].bounds.size.width / 2.0) - 21, 0, 42, 55);
+        _loadingView.frame = CGRectMake(([UIScreen mainScreen].bounds.size.width / 2.0) - 45, 0, 90, 50);
         _loadingView.loopAnimation = YES;
         _loadingView.contentMode = UIViewContentModeScaleAspectFill;
         _loadingView.animationSpeed = 1.0;

+ 2 - 2
KulexiuForStudent/KulexiuForStudent/Common/Tools/GifRefresh/KSGifRefreshHeader.m

@@ -22,7 +22,7 @@
     if (self = [super init]) {
         self.lastUpdatedTimeLabel.hidden = YES;
         self.stateLabel.hidden = YES;
-        [self setJsonName:@"teacher_refresh.json"];
+        [self setJsonName:@"student_refresh.json"];
     }
     return self;
 }
@@ -37,7 +37,7 @@
         //1.加载本地json
         _loadingView = [LOTAnimationView animationNamed:self.jsonString];
         //2.加载后台给的json(url)
-        _loadingView.frame = CGRectMake(([UIScreen mainScreen].bounds.size.width / 2.0) - 21, 0, 42, 55);
+        _loadingView.frame = CGRectMake(([UIScreen mainScreen].bounds.size.width / 2.0) - 45, 0, 90, 50);
         _loadingView.loopAnimation = YES;
         _loadingView.contentMode = UIViewContentModeScaleAspectFill;
         _loadingView.animationSpeed = 1.0;

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
KulexiuForStudent/KulexiuForStudent/Common/Tools/GifRefresh/student_refresh.json


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
KulexiuForStudent/KulexiuForStudent/Common/Tools/GifRefresh/teacher_refresh.json


+ 0 - 1
KulexiuForStudent/KulexiuForStudent/Module/Login/View/LoginBodyView.m

@@ -10,7 +10,6 @@
 
 @interface LoginBodyView ()<UITextFieldDelegate>
 
-
 @property (weak, nonatomic) IBOutlet UILabel *registerProtocalLabel;
 
 @property (weak, nonatomic) IBOutlet UILabel *privacyLabel;

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff