网络层完善;tabbar。

This commit is contained in:
zu
2021-09-07 23:05:43 +08:00
parent cbc85a02d2
commit f5c178bdfd
70 changed files with 1094 additions and 134 deletions

View File

@@ -41,9 +41,9 @@ typedef NS_ENUM(NSInteger,XYThirdLoginType) {
@interface LLButtonView : UIView
//icon
@property (nonatomic,strong) UIImageView *logoImageView;
@property (nonatomic, strong) UIImageView *logoImageView;
//title
@property (nonatomic,strong) UILabel *titleLabel;
@property (nonatomic, strong) UILabel *titleLabel;
@end
@implementation LLButtonView
@@ -106,13 +106,13 @@ typedef NS_ENUM(NSInteger,XYThirdLoginType) {
/** */
@property (nonatomic, strong) UIButton *loginButton;
@property (nonatomic,strong) UIStackView *stackView;
@property (nonatomic, strong) UIStackView *stackView;
///
@property (nonatomic,strong) LLButtonView *qqButtonView;
@property (nonatomic, strong) LLButtonView *qqButtonView;
///wx
@property (nonatomic,strong) LLButtonView *wxButtonView;
@property (nonatomic, strong) LLButtonView *wxButtonView;
///qq
@property (nonatomic,strong) LLButtonView *phoneButtonView;
@property (nonatomic, strong) LLButtonView *phoneButtonView;
/** */
@property (nonatomic, strong) UIButton *agreeButton;
@@ -132,7 +132,7 @@ typedef NS_ENUM(NSInteger,XYThirdLoginType) {
}
- (void)phoneQuickLoginSuccess {
[XCHUDTool showSuccessWithMessage:@"一键登录成功。"];
[self.navigationController popToRootViewControllerAnimated:YES];
}
- (void)viewDidLoad {