-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localization after refactoring, readme (#18)
* Update readme,add English support (#9) * update_readme Signed-off-by: pengzishang <[email protected]> * add link Signed-off-by: pengzishang <[email protected]> * Set theme jekyll-theme-minimal * Fix a bug caused by a screen rotation (#11) Signed-off-by: pengzishang <[email protected]> * Fix a bug caused by a screen rotation (#11) Signed-off-by: pengzishang <[email protected]> * Update README.md * Update HorizontalCodeController.swift * Update EasyStepIndicator.podspec * Update EasyStepIndicator.swift * Update README_EN.md * refactor code (#15) * wip day1 Signed-off-by: pengzishang <[email protected]> * wip day2 Signed-off-by: pengzishang <[email protected]> * wip day3 Signed-off-by: pengzishang <[email protected]> * wip day4 Signed-off-by: pengzishang <[email protected]> * wip day5 Signed-off-by: pengzishang <[email protected]> * bug day 1 Signed-off-by: pengzishang <[email protected]> * bug day2 Signed-off-by: pengzishang <[email protected]> * 里程碑:横向描述,文字显示正常 Signed-off-by: pengzishang <[email protected]> * 里程碑:垂直适配 Signed-off-by: pengzishang <[email protected]> * 里程碑:各元素设立独立属性 Signed-off-by: pengzishang <[email protected]> * 里程碑:旋转修复 Signed-off-by: pengzishang <[email protected]> * 修复纵向起始点问题 Signed-off-by: pengzishang <[email protected]> * 纵向 shouldStepLineFitDescriptionText测试成功 Signed-off-by: pengzishang <[email protected]> * bug day 2 Signed-off-by: pengzishang <[email protected]> * wip demo Signed-off-by: pengzishang <[email protected]> * format Signed-off-by: pengzishang <[email protected]> * 里程碑:全部测试完毕 Signed-off-by: pengzishang <[email protected]> * demo code Signed-off-by: pengzishang <[email protected]> 重构代码,可以分别定义每个元素的属性 * Localization after refactoring, readme (#17) * readme and localization Signed-off-by: pengzishang <[email protected]> * update readme Signed-off-by: pengzishang <[email protected]> * readme day2 Signed-off-by: pengzishang <[email protected]> * fix bug when number = 1 Signed-off-by: pengzishang <[email protected]>
- Loading branch information
1 parent
4ab16c0
commit 9314948
Showing
9 changed files
with
351 additions
and
96 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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,33 @@ | ||
|
||
/* Class = "UINavigationItem"; title = "横向显示(Storyboard)"; ObjectID = "4m3-UD-06t"; */ | ||
"4m3-UD-06t.title" = "Horizontal(Storyboard)"; | ||
|
||
/* Class = "UILabel"; text = "纵向显示(Storyboard)"; ObjectID = "6RC-Xf-fjR"; */ | ||
"6RC-Xf-fjR.text" = "Vertical(Storyboard)"; | ||
|
||
/* Class = "UILabel"; text = "Label"; ObjectID = "AXk-OI-Srz"; */ | ||
"AXk-OI-Srz.text" = "Label"; | ||
|
||
/* Class = "UINavigationItem"; title = "横向显示(Code)"; ObjectID = "BgK-gK-gxR"; */ | ||
"BgK-gK-gxR.title" = "Horizontal(Code)"; | ||
|
||
/* Class = "UINavigationItem"; title = "纵向显示(Storyboard)"; ObjectID = "JBH-bJ-HoF"; */ | ||
"JBH-bJ-HoF.title" = "Vertical(Storyboard)"; | ||
|
||
/* Class = "UIBarButtonItem"; title = " "; ObjectID = "JFc-cE-BJK"; */ | ||
"JFc-cE-BJK.title" = " "; | ||
|
||
/* Class = "UILabel"; text = "横向显示(Code)"; ObjectID = "R7N-mC-FGV"; */ | ||
"R7N-mC-FGV.text" = "Horizontal(Code)"; | ||
|
||
/* Class = "UIViewController"; title = "横向显示(Code)"; ObjectID = "eUL-NA-AYK"; */ | ||
"eUL-NA-AYK.title" = "Horizontal(Code)"; | ||
|
||
/* Class = "UINavigationItem"; title = "EasyStepIndicator"; ObjectID = "pUY-FH-cHE"; */ | ||
"pUY-FH-cHE.title" = "EasyStepIndicator"; | ||
|
||
/* Class = "UILabel"; text = "Label"; ObjectID = "tl9-Ad-qF6"; */ | ||
"tl9-Ad-qF6.text" = "Label"; | ||
|
||
/* Class = "UILabel"; text = "横向显示(Storyboard)"; ObjectID = "udb-gL-h3q"; */ | ||
"udb-gL-h3q.text" = "Horizontal(Storyboard)"; |
Oops, something went wrong.