From 719c8a9916fc1348b5636534b1a2addf81d49a76 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 06:13:48 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 34 +++++++++++++++++----------------- README_CH.md | 24 ++++++++++++------------ 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index ec5b9b6..182cbdd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/title.jpg)

-###[中文文档](https://github.com/nsdictionary/PhotoBrowser/blob/master/README_CH.md) -###[个人微博](http://weibo.com/charlin2015/) 、[时点软件](http://ios-android.cn/) +### [中文文档](https://github.com/nsdictionary/PhotoBrowser/blob/master/README_CH.md) +### [个人微博](http://weibo.com/charlin2015/) 、[时点软件](http://ios-android.cn/)

#### Begin


@@ -12,7 +12,7 @@ Photo Browser Terminator .Xcode 6.3
-####This framework is a bit large and you’d better get ready to download the package while browsing. +#### This framework is a bit large and you’d better get ready to download the package while browsing.
### (一)Summary 1.We already have a OC version of this framework. This time we bring our latest consequent by Swift .https://github.com/nsdictionary/CorePhotoBrowserVC。
@@ -157,7 +157,7 @@ attention: the photo browser is based on a vc. you’d better not use vc.edgesFo
#### (7) Modal pattern -#####pbVC.showType = PhotoBrowser.ShowType.Modal
+##### pbVC.showType = PhotoBrowser.ShowType.Modal
![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/7.gif)
@@ -168,7 +168,7 @@ attention: the photo browser is based on a vc. you’d better not use vc.edgesFo
#### (9)Zoom pattern: a weChat Style -#####pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithSingleTap
+##### pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithSingleTap
![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/9.gif)

@@ -223,7 +223,7 @@ My Framework based on MIT License

-###[English Document](https://github.com/nsdictionary/PhotoBrowser) +### [English Document](https://github.com/nsdictionary/PhotoBrowser)


照片浏览器终结者(关注[信息公告牌](https://github.com/CharlinFeng/Show)) =============== @@ -232,7 +232,7 @@ My Framework based on MIT License .Xcode 6.3
-####本框架包比较大,你最好现在先开始下载。不然你可能会等很久。 +#### 本框架包比较大,你最好现在先开始下载。不然你可能会等很久。 ##### 感谢charlin 3群 @Simn 提供的英文翻译帮助!
@@ -331,7 +331,7 @@ func showHost(index: Int){

-####本地相册和网络相册不同点总结如下:
+#### 本地相册和网络相册不同点总结如下:
1.照片浏览器属性showType:本地相册是枚举值Local,网络相册是枚举值Host
2.照片浏览器的相册模型是PhotoBrowser.PhotoModel类型,他有两个初始化方法:
本地相册请调用初始化方法PhotoBrowser.PhotoModel(localImg:...,
@@ -372,29 +372,29 @@ func showHost(index: Int){
#### (6) Push模式 -#####请直接设置pbVC.showType = PhotoBrowser.ShowType.Push
-#####Push模式界面已经自定义,统一了界面
+##### 请直接设置pbVC.showType = PhotoBrowser.ShowType.Push
+##### Push模式界面已经自定义,统一了界面
![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/6.gif)

#### (7) Modal模式 -#####请直接设置pbVC.showType = PhotoBrowser.ShowType.Modal
+##### 请直接设置pbVC.showType = PhotoBrowser.ShowType.Modal
##### 界面已经自定义 ![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/7.gif)

#### (8) 放大模型:仿网易新闻,经典OC版本模式 -#####请直接设置pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithCancelBtnClick
-#####仿网易效果为:单击不会退出,但会切换隐藏或显示详细信息。
+##### 请直接设置pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithCancelBtnClick
+##### 仿网易效果为:单击不会退出,但会切换隐藏或显示详细信息。
##### 单击:显示详细信息 ##### 再单击:隐藏详细信息并进入全屏深度查看模式,此模式下无pageControl ![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/8.gif)

#### (9) 放大模式:微信、新浪微博缩放模式 -#####大家在OC版本反馈想要的功能,,经典OC版本无此功能
-#####请直接设置pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithSingleTap
-#####仿微信效果为:单击不会切换详细信息,而是直接就退出。
+##### 大家在OC版本反馈想要的功能,,经典OC版本无此功能
+##### 请直接设置pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithSingleTap
+##### 仿微信效果为:单击不会切换详细信息,而是直接就退出。
##### 注:此模式下可定制详细信息显示模式,下面会写到。 ![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/9.gif)

@@ -427,7 +427,7 @@ func showHost(index: Int){
#### (14) 单击模式:去除详细信息模式,仿微信 -#####这个是大家在OC版本反馈想要的功能
+##### 这个是大家在OC版本反馈想要的功能
##### 无标题以及详细文字,但有pageControl 请设置以下代码,注意此功能仅仅在ZoomAndDismissWithSingleTap下有效 diff --git a/README_CH.md b/README_CH.md index 37b6160..c3c7536 100644 --- a/README_CH.md +++ b/README_CH.md @@ -1,6 +1,6 @@

-###[English Document](https://github.com/nsdictionary/PhotoBrowser) +### [English Document](https://github.com/nsdictionary/PhotoBrowser)


照片浏览器终结者(关注[信息公告牌](https://github.com/CharlinFeng/Show)) =============== @@ -9,7 +9,7 @@ .Xcode 6.3
-####本框架包比较大,你最好现在先开始下载。不然你可能会等很久。 +#### 本框架包比较大,你最好现在先开始下载。不然你可能会等很久。 ##### 感谢charlin 3群 @Simn 提供的英文翻译帮助!
@@ -108,7 +108,7 @@ func showHost(index: Int){

-####本地相册和网络相册不同点总结如下:
+#### 本地相册和网络相册不同点总结如下:
1.照片浏览器属性showType:本地相册是枚举值Local,网络相册是枚举值Host
2.照片浏览器的相册模型是PhotoBrowser.PhotoModel类型,他有两个初始化方法:
本地相册请调用初始化方法PhotoBrowser.PhotoModel(localImg:...,
@@ -149,29 +149,29 @@ func showHost(index: Int){
#### (6) Push模式 -#####请直接设置pbVC.showType = PhotoBrowser.ShowType.Push
-#####Push模式界面已经自定义,统一了界面
+##### 请直接设置pbVC.showType = PhotoBrowser.ShowType.Push
+##### Push模式界面已经自定义,统一了界面
![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/6.gif)

#### (7) Modal模式 -#####请直接设置pbVC.showType = PhotoBrowser.ShowType.Modal
+##### 请直接设置pbVC.showType = PhotoBrowser.ShowType.Modal
##### 界面已经自定义 ![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/7.gif)

#### (8) 放大模型:仿网易新闻,经典OC版本模式 -#####请直接设置pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithCancelBtnClick
-#####仿网易效果为:单击不会退出,但会切换隐藏或显示详细信息。
+##### 请直接设置pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithCancelBtnClick
+##### 仿网易效果为:单击不会退出,但会切换隐藏或显示详细信息。
##### 单击:显示详细信息 ##### 再单击:隐藏详细信息并进入全屏深度查看模式,此模式下无pageControl ![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/8.gif)

#### (9) 放大模式:微信、新浪微博缩放模式 -#####大家在OC版本反馈想要的功能,,经典OC版本无此功能
-#####请直接设置pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithSingleTap
-#####仿微信效果为:单击不会切换详细信息,而是直接就退出。
+##### 大家在OC版本反馈想要的功能,,经典OC版本无此功能
+##### 请直接设置pbVC.showType = PhotoBrowser.ShowType.ZoomAndDismissWithSingleTap
+##### 仿微信效果为:单击不会切换详细信息,而是直接就退出。
##### 注:此模式下可定制详细信息显示模式,下面会写到。 ![image](https://github.com/CharlinFeng/Resource/blob/master/PhotoBrowser/9.gif)

@@ -204,7 +204,7 @@ func showHost(index: Int){
#### (14) 单击模式:去除详细信息模式,仿微信 -#####这个是大家在OC版本反馈想要的功能
+##### 这个是大家在OC版本反馈想要的功能
##### 无标题以及详细文字,但有pageControl 请设置以下代码,注意此功能仅仅在ZoomAndDismissWithSingleTap下有效