-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. fix 首次进入偶尔归位重新开始(JhtHorizontalMarquee) 2. Adjust inside code
- Loading branch information
Showing
9 changed files
with
158 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
JhtMarquee.framework/Headers/JhtHorizontalMarquee_Define.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// | ||
// JhtHorizontalMarquee_Define.h | ||
// JhtMarquee | ||
// | ||
// Created by Jht on 2018/5/25. | ||
// Copyright © 2018年 JhtMarquee. All rights reserved. | ||
// | ||
|
||
#ifndef JhtHorizontalMarquee_Define_h | ||
#define JhtHorizontalMarquee_Define_h | ||
|
||
|
||
/** 跑马灯状态_枚举 */ | ||
typedef NS_ENUM(NSUInteger, MarqueeState_H) { | ||
// 开启 | ||
MarqueeStart_H, | ||
// 关闭 | ||
MarqueeShutDown_H, | ||
// 暂停 | ||
MarqueePause_H, | ||
// 取消暂停(继续) | ||
MarqueeContinue_H, | ||
}; | ||
|
||
|
||
#endif /* JhtHorizontalMarquee_Define_h */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// | ||
// JhtVerticalMarquee_Define.h | ||
// JhtMarquee | ||
// | ||
// Created by Jht on 2018/5/25. | ||
// Copyright © 2018年 JhtMarquee. All rights reserved. | ||
// | ||
|
||
#ifndef JhtVerticalMarquee_Define_h | ||
#define JhtVerticalMarquee_Define_h | ||
|
||
|
||
/** 跑马灯状态_枚举 */ | ||
typedef NS_ENUM(NSUInteger, MarqueeState_V) { | ||
// 开启 | ||
MarqueeStart_V, | ||
// 关闭 | ||
MarqueeShutDown_V, | ||
// 暂停 | ||
MarqueePause_V, | ||
// 取消暂停(继续) | ||
MarqueeContinue_V | ||
}; | ||
|
||
|
||
#endif /* JhtVerticalMarquee_Define_h */ |
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
JhtMarquee.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
Binary file modified
BIN
+10.5 KB
(170%)
...e.xcodeproj/project.xcworkspace/xcuserdata/Jht.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters