Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufengyi01 committed Jul 6, 2015
1 parent df97716 commit f3e09c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 38,10 @@ NSArray *titleArray =[NSArray arrayWithObjects:@"first",@"second",@"third", nil]
先要感谢下提供全屏侧滑技术的大神,我把他的库加入了工程中,使一件支持全屏侧滑
<pre>https://github.com/forkingdog/FDFullscreenPopGesture</pre>
###5. 默认自带右滑全屏返回,如果不需要此功能,BaseNavigationViewController.m 文件中
<pre><code>self.fd_fullscreenPopGestureRecognizer.enabled=YES; 设置成NO
>在RootViewController.m 文件中把 self.fd_interactivePopDisabled=NO; 设置成YES
>//需要隐藏某一个页面的导航条
>self.fd_prefersNavigationBarHidden=NO; 设置成YES
<pre><code>
self.fd_fullscreenPopGestureRecognizer.enabled=YES; 设置成NO
在RootViewController.m 文件中把 self.fd_interactivePopDisabled=NO; 设置成YES
//需要隐藏某一个页面的导航条 self.fd_prefersNavigationBarHidden=NO; 设置成YES
</code></pre>
*********************************
###6.未来会一直维护,希望您看完觉得有用star一下,你的star是本猿学习动力哦
Expand Down

0 comments on commit f3e09c5

Please sign in to comment.