@@ -38,6 +38,14 @@
}
++ (CGFloat)getViewHeight {
+ if (IS_iPhoneX) {
+ return 44 + 30 + iPhoneXSafeBottomMargin;
+ }
+ else {
+ return 44 + 30 + 20;
+}
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.