tianzhuo112 / VTMagic

VTMagic is a page container library for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pod 'VTMagic', '~> 1.2.4' 但是不适配iPhone X

wwwang89 opened this issue · comments

commented

pod 最新版本是1.2.4,直接pod update的代码是之前发布的,是不适配iPhone X的,但是作者的最新commits 是适配了iPhone X的,怎么破 ?

同样的问题,希望作者更新一下吧。// 状态栏高度 #define VTSTATUSBAR_HEIGHT (KiPhoneX ? 44 : 20) 没更新到1.2.4上

commented

pod使用时要
VTMagic',:git =>' https://github.com/tianzhuo112/VTMagic.git '
这样就可以使用最新的了 @hexiaoba @wwwang89