lsmakethebest / LSNavigationController

导航栏背景色可以统一设置,每一个控制器导航栏背景色还可以自己单独设置不影响统一设置的界面,采用自定义交互动画实现淘宝,京东等软件当下最流行的导航控制器效果,比其他实现方式每一个控制器都包装一个导航控制器性能更好,使用方法更贴合系统使用方法
MIT License
74 stars 17 forks source link

基于tabbarcontroller 跳转的时候 tabbar 闪一下消失 #3

Open 1506874981 opened 7 years ago

lsmakethebest commented 7 years ago

xib还是纯代码,我的demo就是tabbar结构啊

1506874981 commented 7 years ago

是用纯代码模式写的,当第二个页面为tableviewcontroller的时候就出问题了

------------------ 原始邮件 ------------------ 发件人: "lsmakethebest";notifications@github.com; 发送时间: 2017年3月17日(星期五) 下午3:35 收件人: "lsmakethebest/LSNavigationController"LSNavigationController@noreply.github.com; 抄送: "蒋标"543150806@qq.com; "Author"author@noreply.github.com; 主题: Re: [lsmakethebest/LSNavigationController] 基于tabbarcontroller 跳转的时候 tabbar 闪一下消失 (#3)

xib还是纯代码,我的demo就是tabbar结构啊

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

lsmakethebest commented 7 years ago

我上传代码了,用的纯代码没问题啊,让不你在下载下我的新版代码放进项目里试试

1506874981 commented 7 years ago

谢谢啊~我等下试试。如还有问题再请教你哦

------------------ 原始邮件 ------------------ 发件人: "lsmakethebest";notifications@github.com; 发送时间: 2017年3月17日(星期五) 下午3:52 收件人: "lsmakethebest/LSNavigationController"LSNavigationController@noreply.github.com; 抄送: "蒋标"543150806@qq.com; "Author"author@noreply.github.com; 主题: Re: [lsmakethebest/LSNavigationController] 基于tabbarcontroller 跳转的时候 tabbar 闪一下消失 (#3)

我上传代码了,用的纯代码没问题啊,让不你在下载下我的新版代码放进项目里试试

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

lsmakethebest commented 7 years ago

好的,欢迎提出意见 发自网易邮箱大师 在2017年03月17日 15:53,奔跑的勺子 写道: 谢谢啊~我等下试试。如还有问题再请教你哦

------------------ 原始邮件 ------------------ 发件人: "lsmakethebest";notifications@github.com; 发送时间: 2017年3月17日(星期五) 下午3:52 收件人: "lsmakethebest/LSNavigationController"LSNavigationController@noreply.github.com; 抄送: "蒋标"543150806@qq.com; "Author"author@noreply.github.com; 主题: Re: [lsmakethebest/LSNavigationController] 基于tabbarcontroller 跳转的时候 tabbar 闪一下消失 (#3)

我上传代码了,用的纯代码没问题啊,让不你在下载下我的新版代码放进项目里试试

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

dennishappy commented 5 years ago

没有办法统一设置返回按钮撒,没个页面都要手动设置.

lsmakethebest commented 5 years ago

写个基类就好了,正常项目VC应该会有基类的