Commit d41f36d3 by suolong

提交审核模式的

parent 423894b0
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
@property (weak, nonatomic) IBOutlet UIButton *facebookLoginBtn; @property (weak, nonatomic) IBOutlet UIButton *facebookLoginBtn;
@property (weak, nonatomic) IBOutlet UIButton *googleLoginBtn; @property (weak, nonatomic) IBOutlet UIButton *googleLoginBtn;
@property (weak, nonatomic) IBOutlet UIButton *appleLoginBtn; @property (weak, nonatomic) IBOutlet UIButton *appleLoginBtn;
@property (weak, nonatomic) IBOutlet UIButton *twitterLoginBtn;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *protocalBottomMarginConstrant; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *protocalBottomMarginConstrant;
// 绑定类型 // 绑定类型
...@@ -300,6 +301,7 @@ ...@@ -300,6 +301,7 @@
self.googleLoginBtn.layer.masksToBounds = YES; self.googleLoginBtn.layer.masksToBounds = YES;
self.appleLoginBtn.layer.cornerRadius = 25; self.appleLoginBtn.layer.cornerRadius = 25;
self.appleLoginBtn.layer.masksToBounds = YES; self.appleLoginBtn.layer.masksToBounds = YES;
self.twitterLoginBtn.hidden = FUSConfig.sharedInstanced.devConfigs.appStatus;
if (_waitTime > 0) { if (_waitTime > 0) {
[FUSCacheDataShare shareStore].isLoadedLaunch = YES; [FUSCacheDataShare shareStore].isLoadedLaunch = YES;
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<outlet property="loginFaildReportView" destination="kUp-xF-NS0" id="4Gu-UD-jVf"/> <outlet property="loginFaildReportView" destination="kUp-xF-NS0" id="4Gu-UD-jVf"/>
<outlet property="protocalBottomMarginConstrant" destination="RUE-fL-Bt4" id="oiK-Aq-gWZ"/> <outlet property="protocalBottomMarginConstrant" destination="RUE-fL-Bt4" id="oiK-Aq-gWZ"/>
<outlet property="readmeLabel" destination="m7f-da-Ehu" id="NMP-jt-G1R"/> <outlet property="readmeLabel" destination="m7f-da-Ehu" id="NMP-jt-G1R"/>
<outlet property="twitterLoginBtn" destination="wF5-8K-63w" id="pTS-rX-Hde"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections> </connections>
</placeholder> </placeholder>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment