| | |
| | | "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework", |
| | | "${BUILT_PRODUCTS_DIR}/ReactiveCocoa/ReactiveCocoa.framework", |
| | | "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework", |
| | | "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework", |
| | | "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", |
| | | "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework", |
| | | "${BUILT_PRODUCTS_DIR}/Toast/Toast.framework", |
| | |
| | | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework", |
| | | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactiveCocoa.framework", |
| | | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework", |
| | | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDCycleScrollView.framework", |
| | | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", |
| | | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework", |
| | | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast.framework", |
| | |
| | | ignoreCount = "0" |
| | | continueAfterRunningActions = "No" |
| | | filePath = "MIduo/界面/首页/NEWHomeViewController.m" |
| | | timestampString = "557286203.50828" |
| | | timestampString = "557295104.165622" |
| | | startingColumnNumber = "9223372036854775807" |
| | | endingColumnNumber = "9223372036854775807" |
| | | startingLineNumber = "191" |
| | | endingLineNumber = "191" |
| | | startingLineNumber = "192" |
| | | endingLineNumber = "192" |
| | | landmarkName = "-pushInfomationClicked:" |
| | | landmarkType = "7"> |
| | | </BreakpointContent> |
| | |
| | | ignoreCount = "0" |
| | | continueAfterRunningActions = "No" |
| | | filePath = "MIduo/界面/首页/NEWHomeViewController.m" |
| | | timestampString = "557286203.508338" |
| | | timestampString = "557295104.165681" |
| | | startingColumnNumber = "9223372036854775807" |
| | | endingColumnNumber = "9223372036854775807" |
| | | startingLineNumber = "198" |
| | | endingLineNumber = "198" |
| | | landmarkName = "-pushInfomationClicked:" |
| | | landmarkType = "7"> |
| | | </BreakpointContent> |
| | | </BreakpointProxy> |
| | | <BreakpointProxy |
| | | BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> |
| | | <BreakpointContent |
| | | shouldBeEnabled = "Yes" |
| | | ignoreCount = "0" |
| | | continueAfterRunningActions = "No" |
| | | filePath = "MIduo/界面/首页/NEWHomeViewController.m" |
| | | timestampString = "557286203.508383" |
| | | startingColumnNumber = "9223372036854775807" |
| | | endingColumnNumber = "9223372036854775807" |
| | | startingLineNumber = "223" |
| | | endingLineNumber = "223" |
| | | startingLineNumber = "199" |
| | | endingLineNumber = "199" |
| | | landmarkName = "-pushInfomationClicked:" |
| | | landmarkType = "7"> |
| | | </BreakpointContent> |
| | |
| | | |
| | | #ifndef BSKPlaceHolderImage |
| | | |
| | | #define BSKPlaceHolderImage [UIImage imageNamed:@"é»è®¤å è½½å¾ç"] |
| | | #define BSKPlaceHolderImage [UIImage imageNamed:@"é»è®¤banner"] |
| | | |
| | | #endif |
| | | |
| | |
| | | self.pageControl.pageIndicatorTintColor = [UIColor lightGrayColor]; |
| | | // self.pageControl.currentPageIndicatorTintColor = UIColorHex(@"f4bb3dff"); |
| | | // self.pageControl.currentPageIndicatorTintColor = UIColorFromRGB(0xFE7C21, 1.0); |
| | | self.pageControl.currentPageIndicatorTintColor = kGlobalYellowColor; |
| | | self.pageControl.currentPageIndicatorTintColor = [UIColor whiteColor]; |
| | | |
| | | self.pageControl.userInteractionEnabled =NO; |
| | | [self addSubview:self.pageControl]; |
| | |
| | | if (dataString) { |
| | | _imageView.image = [UIImage imageNamed:dataString]; |
| | | _titleLabel.text = dataString; |
| | | |
| | | if ([dataString isEqualToString:@"æ±æï¼æ¨æªå®è£
ç¬¬ä¸æ¹ç¤¾äº¤å¹³å°"]) { |
| | | |
| | | self.titleLabel.sd_resetLayout |
| | | .leftSpaceToView(self.contentView, 0) |
| | | .rightSpaceToView(self.contentView, 0) |
| | | .centerYEqualToView(self.contentView) |
| | | .heightIs(25); |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | #import <UIKit/UIKit.h> |
| | | |
| | | typedef void(^selectIndex)(NSInteger index); |
| | | typedef void(^selectShareType)(NSString *type); |
| | | |
| | | @interface ShareAppView : UIView |
| | | |
| | | - (instancetype)initShareAppView; |
| | | |
| | | @property (nonatomic, copy) selectIndex haveIndex; |
| | | @property (nonatomic, copy) selectShareType haveIndex; |
| | | |
| | | - (void)show; |
| | | |
| | |
| | | // Copyright © 2018年 yeshi. All rights reserved. |
| | | // |
| | | |
| | | static CGFloat dissButtonHeght = 50; |
| | | |
| | | static CGFloat timeAnitmation = 0.5f; |
| | | |
| | | #import "ShareAppView.h" |
| | |
| | | @interface ShareAppView () <UICollectionViewDelegate, UICollectionViewDataSource> |
| | | |
| | | @property (nonatomic, strong, nullable) UICollectionView *collectionView; |
| | | /// å个cell宽度 |
| | | @property (nonatomic, assign) CGFloat cellWeidth; |
| | | /// å个cellé«åº¦ |
| | | @property (nonatomic, assign) CGFloat collectionCellHeight; |
| | | /// éåçé«åº¦ |
| | | @property (nonatomic, assign) CGFloat colltionsHeight; |
| | | /// åæ¶æé®é«åº¦ |
| | | @property (nonatomic, assign) CGFloat dissButtonHeght; |
| | | |
| | | @property (nonatomic, assign) CGFloat cellHeight; |
| | | |
| | | @property (nonatomic, assign) CGFloat collectionheight; |
| | | |
| | | @property (nonatomic, strong) NSArray *dataArr; |
| | | @property (nonatomic, strong) NSMutableArray *dataArr; |
| | | |
| | | @property (nonatomic, strong, nullable) UIView *bgView; |
| | | |
| | | @property (nonatomic, strong, nullable) UIButton *dissButton; |
| | | |
| | | @property (nonatomic, strong, nullable) UIView *line; |
| | | /// æ¯å¦æå¾æ |
| | | @property (nonatomic, assign) BOOL isHaveIcon; |
| | | |
| | | @end |
| | | |
| | |
| | | |
| | | [UIView animateWithDuration:timeAnitmation animations:^{ |
| | | |
| | | self.bgView.frame = CGRectMake(0, KScreenH - ((self.collectionheight * 2) + dissButtonHeght), KScreenW, (self.collectionheight * 2) + dissButtonHeght); |
| | | self.bgView.frame = CGRectMake(0, KScreenH - (self.colltionsHeight + self.dissButtonHeght), KScreenW, self.colltionsHeight + self.dissButtonHeght); |
| | | }]; |
| | | } |
| | | |
| | | - (void)diss { |
| | | |
| | | [UIView animateWithDuration:timeAnitmation animations:^{ |
| | | |
| | | self.bgView.frame = CGRectMake(0, KScreenH, KScreenW, (self.collectionheight * 2) + dissButtonHeght); |
| | | |
| | | self.bgView.frame = CGRectMake(0, KScreenH, KScreenW, self.colltionsHeight + self.dissButtonHeght); |
| | | |
| | | [self performSelector:@selector(onDidss) withObject:nil afterDelay:timeAnitmation]; |
| | | }]; |
| | |
| | | |
| | | - (void)setDataSource { |
| | | |
| | | self.dataArr = @[@"微信好å",@"æåå",@"æ°æµªå¾®å",@"QQ好å",@"QQ空é´"]; |
| | | self.cellHeight = KScreenW / 3; |
| | | self.collectionheight = KScreenW / 3 - 30; |
| | | if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"weixin://"]]){ |
| | | |
| | | [self.dataArr addObject:@"微信好å"]; |
| | | [self.dataArr addObject:@"æåå"]; |
| | | } |
| | | |
| | | if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"sinaweibo://"]]){ |
| | | |
| | | [self.dataArr addObject:@"æ°æµªå¾®å"]; |
| | | } |
| | | |
| | | |
| | | if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"mqq://"]]) { |
| | | |
| | | [self.dataArr addObject:@"QQ好å"]; |
| | | [self.dataArr addObject:@"QQ空é´"]; |
| | | } |
| | | |
| | | // æ¯å¦å®è£
äºQQ,微信 |
| | | if (self.dataArr.count == 0 || !self.dataArr) { |
| | | |
| | | [self.dataArr addObject:@"æ±æï¼æ¨æªå®è£
ç¬¬ä¸æ¹ç¤¾äº¤å¹³å°"]; |
| | | |
| | | self.isHaveIcon = NO; |
| | | |
| | | } else { |
| | | |
| | | self.isHaveIcon = YES; |
| | | } |
| | | |
| | | // å¦æç¨æ·QQï¼Wx 齿²¡å®è£
ï¼æä»¬éè¦åäºå¤ç |
| | | if (self.isHaveIcon) { |
| | | |
| | | self.cellWeidth = KScreenW / 3; |
| | | |
| | | } else { |
| | | |
| | | self.cellWeidth = KScreenW; |
| | | |
| | | } |
| | | |
| | | self.collectionCellHeight = KScreenW / 3 - 30; |
| | | |
| | | if (self.dataArr.count > 3) { |
| | | |
| | | self.colltionsHeight = self.collectionCellHeight * 2; |
| | | |
| | | } else { |
| | | |
| | | self.colltionsHeight = self.collectionCellHeight; |
| | | } |
| | | |
| | | if (IsiPhoneX) { |
| | | |
| | | self.dissButtonHeght = 70; |
| | | |
| | | } else { |
| | | |
| | | self.dissButtonHeght = 50; |
| | | } |
| | | } |
| | | |
| | | - (UIViewController *)appRootViewController { |
| | |
| | | #pragma mark ----- collectionView ä»£çæ¹æ³ ----- |
| | | - (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath { |
| | | |
| | | self.haveIndex(indexPath.row); |
| | | self.haveIndex(self.dataArr[indexPath.row]); |
| | | } |
| | | |
| | | - (NSInteger)numberOfSectionsInCollectionView:(UICollectionView *)collectionView { |
| | |
| | | - (CGSize)collectionView:(UICollectionView *)collectionView |
| | | layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath{ |
| | | |
| | | return CGSizeMake(self.cellHeight, self.collectionheight); |
| | | return CGSizeMake(self.cellWeidth, self.collectionCellHeight); |
| | | } |
| | | |
| | | - (CGFloat)collectionView:(UICollectionView *)collectionView |
| | |
| | | _collectionView = [[UICollectionView alloc] initWithFrame:CGRectMake(0, |
| | | 0, |
| | | KScreenW, |
| | | self.collectionheight * 2) |
| | | self.colltionsHeight) |
| | | collectionViewLayout:layout]; |
| | | |
| | | |
| | |
| | | - (UIView *)bgView { |
| | | |
| | | if (!_bgView) { |
| | | _bgView = [[UIView alloc] initWithFrame:CGRectMake(0, KScreenH, KScreenW, (self.collectionheight * 2) + dissButtonHeght)]; |
| | | _bgView = [[UIView alloc] initWithFrame:CGRectMake(0, KScreenH, KScreenW, self.colltionsHeight + self.dissButtonHeght)]; |
| | | _bgView.backgroundColor = [UIColor whiteColor]; |
| | | } |
| | | return _bgView; |
| | |
| | | @weakify(self) |
| | | [[_dissButton rac_signalForControlEvents:UIControlEventTouchUpInside] |
| | | subscribeNext:^(UIButton *button) { |
| | | @strongify(self) |
| | | @strongify(self) |
| | | [self diss]; |
| | | }]; |
| | | }]; |
| | | } |
| | | return _dissButton; |
| | | } |
| | | |
| | | - (NSMutableArray *)dataArr { |
| | | |
| | | if (!_dataArr) { |
| | | _dataArr = [[NSMutableArray alloc] init]; |
| | | } |
| | | return _dataArr; |
| | | } |
| | | |
| | | - (UIView *)line { |
| | | |
| | | if (!_line) { |
| | |
| | | #pragma mark - æ»å°æåºé¨ |
| | | - (void)scrollTableToFoot:(BOOL)animated { |
| | | |
| | | // NSInteger section = [_MineTableView numberOfSections]; //æå¤å°ç» |
| | | // if (section < 1) return; //æ æ°æ®æ¶ä¸æ§è¡ è¦ä¸ä¼crash |
| | | // NSInteger row = [_MineTableView numberOfRowsInSection:section - 1]; //æåä¸ç»æå¤å°è¡ |
| | | // if (row < 1) return; |
| | | // NSIndexPath *indexpath = [NSIndexPath indexPathForRow:row - 1 inSection:section - 1]; //åæåä¸è¡æ°æ® |
| | | // [_MineTableView scrollToRowAtIndexPath:indexpath atScrollPosition:UITableViewScrollPositionTop animated:animated]; //æ»å¨å°æåä¸è¡ |
| | | // NSInteger section = [_MineTableView numberOfSections]; //æå¤å°ç» |
| | | // if (section < 1) return; //æ æ°æ®æ¶ä¸æ§è¡ è¦ä¸ä¼crash |
| | | // NSInteger row = [_MineTableView numberOfRowsInSection:section - 1]; //æåä¸ç»æå¤å°è¡ |
| | | // if (row < 1) return; |
| | | // NSIndexPath *indexpath = [NSIndexPath indexPathForRow:row - 1 inSection:section - 1]; //åæåä¸è¡æ°æ® |
| | | // [_MineTableView scrollToRowAtIndexPath:indexpath atScrollPosition:UITableViewScrollPositionTop animated:animated]; //æ»å¨å°æåä¸è¡ |
| | | } |
| | | |
| | | /** |
| | |
| | | } else { |
| | | |
| | | [self LoginForBuXinJie]; |
| | | |
| | | |
| | | ALToastBottom(BIND_SUCCESS); |
| | | } |
| | | |
| | |
| | | |
| | | if (bottomOffset <= height) |
| | | { |
| | | |
| | | |
| | | } else { |
| | | |
| | | |
| | | } |
| | | } |
| | | #pragma mark -UITableViewDelegate |
| | |
| | | }break; |
| | | |
| | | case 2: {// å享APP |
| | | |
| | | self.shareAppView = [[ShareAppView alloc] initShareAppView]; |
| | | |
| | | __weak typeof(self) weakSelf = self; |
| | | self.shareAppView.haveIndex = ^(NSInteger index) { |
| | | |
| | | [weakSelf.shareAppView diss]; |
| | | weakSelf.shareAppView = nil; |
| | | |
| | | if (index == 0) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_WechatSession withtype:SSDKPlatformSubTypeWechatSession]; |
| | | |
| | | } else if (index == 1) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_WechatTimeLine withtype:SSDKPlatformSubTypeWechatTimeline]; |
| | | |
| | | } else if (index == 2) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_Sina withtype:SSDKPlatformTypeSinaWeibo]; |
| | | |
| | | } else if (index == 3) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_QQ withtype:SSDKPlatformSubTypeQQFriend]; |
| | | |
| | | } else if (index == 4) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_Qzone withtype:SSDKPlatformSubTypeQZone]; |
| | | // 妿æ ç½ |
| | | [GLobalRealReachability reachabilityWithBlock:^(ReachabilityStatus status) { |
| | | switch (status) |
| | | { |
| | | case RealStatusNotReachable: |
| | | { |
| | | ALToastBottom(@"ç½ç»æªè¿æ¥ï¼è¯·æ£æµç½ç»è®¾ç½®"); |
| | | break; |
| | | } |
| | | |
| | | case RealStatusViaWiFi: |
| | | { |
| | | |
| | | [self popShowShareView]; |
| | | |
| | | break; |
| | | } |
| | | |
| | | case RealStatusViaWWAN: |
| | | { |
| | | |
| | | [self popShowShareView]; |
| | | |
| | | break; |
| | | } |
| | | |
| | | default: |
| | | { |
| | | ALToastBottom(@"ç½ç»è¿æ¥å¼å¸¸ï¼è¯·æ£æµç½ç»è®¾ç½®"); |
| | | break; |
| | | } |
| | | } |
| | | |
| | | }; |
| | | |
| | | [self.shareAppView show]; |
| | | |
| | | }]; |
| | | } |
| | | break; |
| | | |
| | |
| | | /** |
| | | å享 |
| | | */ |
| | | - (void)popShowShareView { |
| | | |
| | | self.shareAppView = [[ShareAppView alloc] initShareAppView]; |
| | | |
| | | __weak typeof(self) weakSelf = self; |
| | | |
| | | self.shareAppView.haveIndex = ^(NSString *type) { |
| | | |
| | | [weakSelf.shareAppView diss]; |
| | | weakSelf.shareAppView = nil; |
| | | |
| | | if ([type isEqualToString:@"微信好å"]) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_WechatSession withtype:SSDKPlatformSubTypeWechatSession]; |
| | | |
| | | } else if ([type isEqualToString:@"æåå"]) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_WechatTimeLine withtype:SSDKPlatformSubTypeWechatTimeline]; |
| | | |
| | | } else if ([type isEqualToString:@"æ°æµªå¾®å"]) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_Sina withtype:SSDKPlatformTypeSinaWeibo]; |
| | | |
| | | } else if ([type isEqualToString:@"QQ好å"]) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_QQ withtype:SSDKPlatformSubTypeQQFriend]; |
| | | |
| | | } else if ([type isEqualToString:@"QQ空é´"]) { |
| | | |
| | | [weakSelf shareWebPageToPlatformType:UMSocialPlatformType_Qzone withtype:SSDKPlatformSubTypeQZone]; |
| | | } |
| | | }; |
| | | |
| | | [self.shareAppView show]; |
| | | } |
| | | |
| | | - (void)shareWebPageToPlatformType:(UMSocialPlatformType)platformType withtype:(SSDKPlatformType)shareType { |
| | | |
| | | SSDKContentType type = SSDKContentTypeAuto; |
| | |
| | | [alert show]; |
| | | break; |
| | | } |
| | | case SSDKResponseStateCancel: |
| | | { |
| | | UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"åäº«åæ¶" |
| | | message:@"ç¨æ·åæ¶å享" |
| | | delegate:nil |
| | | cancelButtonTitle:@"OK" |
| | | otherButtonTitles:nil, nil]; |
| | | [alert show]; |
| | | break; |
| | | } |
| | | default: |
| | | break; |
| | | } |
| | |
| | | <action selector="submitTaped:" destination="-1" eventType="touchUpInside" id="hPd-ik-adb"/> |
| | | </connections> |
| | | </button> |
| | | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ç¹å»â确认æ¯ä»âåï¼éçå¾
10åéæè½å¨âèªè´è®¢åâ页é¢çå°è®°å½ã妿ªæè®°å½åå¯è¾å
¥è®¢åå·æäº¤ç³è¯ã" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M81-g6-kNp"> |
| | | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ç¹å»â确认æ¯ä»âåï¼éçå¾
10åéæè½å¨âèªè´è®¢åâä¸çå°è®°å½ã妿ªæè®°å½åå¯è¾å
¥è®¢åå·æäº¤ç³è¯ã" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M81-g6-kNp"> |
| | | <rect key="frame" x="20" y="140" width="280" height="60"/> |
| | | <constraints> |
| | | <constraint firstAttribute="height" constant="60" id="81M-md-8Dd"/> |
| | |
| | | _fanLabel = [[UILabel alloc]initWithFrame:CGRectMake(CGRectGetMaxX(self.fanImage.frame) + 5 , CGRectGetMinY(self.coupLabelImage.frame) , KScreenW / 2, 21)]; |
| | | _fanLabel.textColor = XYRMainColor; |
| | | _fanLabel.text = @""; |
| | | _fanLabel.font = [UIFont systemFontOfSize:16]; |
| | | _fanLabel.font = [UIFont boldSystemFontOfSize:16]; |
| | | return _fanLabel; |
| | | } |
| | | - (UIImageView *)couponImage{ |
| | |
| | | #import "CodeFieldViewController.h" |
| | | #import "MineMessageViewController.h" |
| | | #import "SearchCouponView.h" |
| | | #import "ShonpingShareViewController.h" |
| | | |
| | | static NSString *zhantTieString; |
| | | |
| | |
| | | |
| | | if (type == 2) { |
| | | |
| | | SureWebViewController *TaoBaowebView=[[SureWebViewController alloc] init]; |
| | | TaoBaowebView.url = url; |
| | | TaoBaowebView.isPush = YES; |
| | | ShonpingShareViewController *TaoBaowebView=[[ShonpingShareViewController alloc] init]; |
| | | TaoBaowebView.urlString = url; |
| | | TaoBaowebView.hidesBottomBarWhenPushed = YES; |
| | | TaoBaowebView.isMain = YES; |
| | | [controller.navigationController pushViewController:TaoBaowebView animated:YES]; |
| | | } |
| | | } |
| | |
| | | #import "HeaderCollectionReusableView.h" |
| | | #import "FooterCollectionReusableView.h" |
| | | #import "SectionTopicCollectionViewCell.h" |
| | | #import <SDCycleScrollView/SDCycleScrollView.h> |
| | | |
| | | #import "speciallyViewController.h" //9å9 |
| | | |
| | |
| | | #import "GoodDeTrViewController.h" |
| | | #import "ShonpingShareViewController.h" |
| | | |
| | | @interface recommendViewController ()<UICollectionViewDelegate,UICollectionViewDataSource,UICollectionViewDelegateFlowLayout,SDCycleScrollViewDelegate,UIScrollViewDelegate, GiftsViewDelegate>{ |
| | | SDCycleScrollView *_cycleScrollView; //头é¨çæ¨èè½®æå¾ |
| | | #import "BSKImagesPageView.h" |
| | | |
| | | @interface recommendViewController ()<UICollectionViewDelegate,UICollectionViewDataSource,UICollectionViewDelegateFlowLayout,UIScrollViewDelegate, GiftsViewDelegate,BSKImagesPageViewViewDelegate> { |
| | | |
| | | NSIndexPath *tempIndexPath; |
| | | } |
| | | |
| | |
| | | |
| | | @property (weak, nonatomic) IBOutlet NSLayoutConstraint *huojianW; |
| | | |
| | | @property (nonatomic, strong) BSKImagesPageView *bSKImagesPageView; |
| | | |
| | | @property (nonatomic, strong) YLImageView *imageViewGif; |
| | | |
| | | @property (nonatomic, strong) SJNoNetwork *noNetworkViews; |
| | |
| | | |
| | | -(void)viewWillAppear:(BOOL)animated{ |
| | | [super viewWillAppear:animated]; |
| | | [_cycleScrollView adjustWhenControllerViewWillAppera]; |
| | | |
| | | |
| | | /** |
| | | * 注解ï¼å½ç¨æ·ç¬¬ä¸æ¬¡ç»éæ¶ ï¼æä»¬ä¼ç»ç¨æ·åä¸ä¸ªæ°äººçº¢å
ï¼ä½æ¯æ°äººçº¢å
èæ¯çè屿²¡æè¦çnavigationBaråtabBarçé¨åï¼æä»¥ææå¨ååäºä¸¤ä¸ªèå±ï¼ä½æ¯ç¨æ·ç¹å»å¸®å©æ¶ï¼ä¼è¿å
¥å¸®å©ä¸å¿ï¼è¿æ¶åï¼æä»¬éè¦æå¨çæèå±éèæï¼ä½æ¯ç¨æ·ä»å¸®å©ä¸å¿åæ¥çæ¶åï¼åªçè§ä¸»è§å¾çèå±ï¼navigationBaråtabBarçé¨åï¼åæè¢«æä»¬éèæäºï¼æä»¥ï¼ä»å¸®å©ä¸å¿åæ¥çæ¶åï¼ä¼è°ç¨viewWillAppearï¼è¿ä¸ªæ¶åï¼æ£æ¥_Giftsæ¯å¦è¿å¨ï¼å¦æå¨ï¼é£ä¹å°±éæ°æ¾ç¤ºnavigationBaråtabBarçé¨åçèå±ã |
| | | */ |
| | |
| | | } |
| | | }]; |
| | | } |
| | | |
| | | #pragma mark --- å¤çbanneræ°æ® --- |
| | | /** |
| | | * å¤çbanneræ°æ® |
| | | */ |
| | |
| | | [_PictureForshuffling addObject:[[_dataBanner objectAtIndex:i] objectForKey:@"picture"]]; |
| | | |
| | | } |
| | | NSLog(@"%@",_dataBanner); |
| | | if (!_cycleScrollView) { |
| | | _cycleScrollView = [SDCycleScrollView cycleScrollViewWithFrame:CGRectMake(0, 0,KScreenW, KScreenW*7/16) imageURLStringsGroup:_PictureForshuffling]; |
| | | _cycleScrollView.pageControlAliment = SDCycleScrollViewPageContolAlimentCenter; |
| | | _cycleScrollView.currentPageDotColor=[UIColor whiteColor]; |
| | | _cycleScrollView.delegate = self; |
| | | _cycleScrollView.placeholderImage = [UIImage imageNamed:@"é»è®¤banner"]; |
| | | _cycleScrollView.bannerImageViewContentMode=UIViewContentModeScaleToFill; |
| | | |
| | | if (!_bSKImagesPageView) { |
| | | |
| | | _bSKImagesPageView = [[BSKImagesPageView alloc] initWithFrame:CGRectMake(0, 0,KScreenW, KScreenW*7/16) imageNames:_PictureForshuffling]; |
| | | _bSKImagesPageView.timerTimeInterval = 2.0f; |
| | | _bSKImagesPageView.showPageControl = YES; |
| | | _bSKImagesPageView.delegate = self; |
| | | } |
| | | } |
| | | |
| | | #pragma mark --- å è½½ç叿µè§å¾ --- |
| | | /** |
| | | * å è½½ç叿µè§å¾ |
| | | */ |
| | |
| | | if(indexPath.section==0){ |
| | | //妿æ¯è½®æå¾ |
| | | shufflingCollectionReusableView *shuffling=[collectionView dequeueReusableSupplementaryViewOfKind:UICollectionElementKindSectionHeader withReuseIdentifier:@"shufflingCollectionReusableView" forIndexPath:indexPath]; |
| | | |
| | | //妿ä¹åå·²ç»å è½½äºè½®æå¾ï¼å°±ä¸è½åæ·»å è½®æå¾äº,æä»¥éè¦éååè§å¾ï¼å¹¶ç§»é¤ |
| | | for(UIView *view in [shuffling subviews]){ |
| | | for(UIView *view in [shuffling subviews]) { |
| | | |
| | | [view removeFromSuperview]; |
| | | } |
| | | |
| | | //å®å¶è½®æå¾ |
| | | [shuffling addSubview:_cycleScrollView]; |
| | | [_cycleScrollView adjustWhenControllerViewWillAppera]; |
| | | [shuffling addSubview:_bSKImagesPageView]; |
| | | |
| | | return shuffling; |
| | | } else if(indexPath.section==1){ |
| | | return nil; |
| | |
| | | [self.navigationController pushViewController:loginVC animated:YES]; |
| | | } |
| | | |
| | | #pragma mark -SDCycleScrollViewDelegate |
| | | /** ç¹å»å¾çåè° */ |
| | | - (void)cycleScrollView:(SDCycleScrollView *)cycleScrollView didSelectItemAtIndex:(NSInteger)index{ |
| | | #pragma mark - BSKImagesPageViewDelegate |
| | | - (void)BSKImagesPageView:(BSKImagesPageView *)autoPlayScrollView |
| | | onClickImageView:(UIImageView *)imageView |
| | | atIndex:(NSInteger)index{ |
| | | |
| | | if (self.dataBanner == nil || self.dataBanner.count<1) { |
| | | return; |
| | | } |
| | |
| | | pod 'YYText' |
| | | pod 'UMCAnalytics' |
| | | pod 'SDWebImage' |
| | | pod 'SDCycleScrollView','~> 1.75' |
| | | pod 'MBProgressHUD' |
| | | pod 'UICollectionViewLeftAlignedLayout' |
| | | pod 'Masonry' |
| | |
| | | - ReactiveCocoa/UI (2.5.2): |
| | | - ReactiveCocoa/Core |
| | | - SDAutoLayout (2.2.0) |
| | | - SDCycleScrollView (1.75): |
| | | - SDWebImage (>= 4.0.0) |
| | | - SDWebImage (4.2.2): |
| | | - SDWebImage/Core (= 4.2.2) |
| | | - SDWebImage/Core (4.2.2) |
| | |
| | | - MJRefresh |
| | | - ReactiveCocoa (from `https://github.com/zhao0/ReactiveCocoa.git`, tag `2.5.2`) |
| | | - SDAutoLayout |
| | | - SDCycleScrollView (~> 1.75) |
| | | - SDWebImage |
| | | - SVProgressHUD |
| | | - Toast |
| | |
| | | - MBProgressHUD |
| | | - MJRefresh |
| | | - SDAutoLayout |
| | | - SDCycleScrollView |
| | | - SDWebImage |
| | | - SVProgressHUD |
| | | - Toast |
| | |
| | | mtop: 1513ec32f69174bd7c95a07d393f26ef1cad3af7 |
| | | ReactiveCocoa: 3ff25b1bd992ac79c5c79b26b6c0c1713b715bb2 |
| | | SDAutoLayout: c5509e77ae75735d9a39f7bc83dba6d3f75d49d8 |
| | | SDCycleScrollView: 884b88f0266dd4708a0e1934975c69cb971707b1 |
| | | SDWebImage: 89a9d32cd520bbb46eb14e541d5109b3564af198 |
| | | SecurityGuardSDK: 05f6d782189160f2b23b731eed5cb314ce584855 |
| | | SGMain: 8a3008d8a709259d4868f78ae3265659e58e4416 |
| | |
| | | YYText: 5c461d709e24d55a182d1441c41dc639a18a4849 |
| | | YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928 |
| | | |
| | | PODFILE CHECKSUM: e8ca3f6539c4250eae17f47a7ce43eaf26a396b9 |
| | | PODFILE CHECKSUM: 3d89967f986490b173ac111ef22c6a0263f56480 |
| | | |
| | | COCOAPODS: 1.5.3 |
| | |
| | | - ReactiveCocoa/UI (2.5.2): |
| | | - ReactiveCocoa/Core |
| | | - SDAutoLayout (2.2.0) |
| | | - SDCycleScrollView (1.75): |
| | | - SDWebImage (>= 4.0.0) |
| | | - SDWebImage (4.2.2): |
| | | - SDWebImage/Core (= 4.2.2) |
| | | - SDWebImage/Core (4.2.2) |
| | |
| | | - MJRefresh |
| | | - ReactiveCocoa (from `https://github.com/zhao0/ReactiveCocoa.git`, tag `2.5.2`) |
| | | - SDAutoLayout |
| | | - SDCycleScrollView (~> 1.75) |
| | | - SDWebImage |
| | | - SVProgressHUD |
| | | - Toast |
| | |
| | | - MBProgressHUD |
| | | - MJRefresh |
| | | - SDAutoLayout |
| | | - SDCycleScrollView |
| | | - SDWebImage |
| | | - SVProgressHUD |
| | | - Toast |
| | |
| | | mtop: 1513ec32f69174bd7c95a07d393f26ef1cad3af7 |
| | | ReactiveCocoa: 3ff25b1bd992ac79c5c79b26b6c0c1713b715bb2 |
| | | SDAutoLayout: c5509e77ae75735d9a39f7bc83dba6d3f75d49d8 |
| | | SDCycleScrollView: 884b88f0266dd4708a0e1934975c69cb971707b1 |
| | | SDWebImage: 89a9d32cd520bbb46eb14e541d5109b3564af198 |
| | | SecurityGuardSDK: 05f6d782189160f2b23b731eed5cb314ce584855 |
| | | SGMain: 8a3008d8a709259d4868f78ae3265659e58e4416 |
| | |
| | | YYText: 5c461d709e24d55a182d1441c41dc639a18a4849 |
| | | YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928 |
| | | |
| | | PODFILE CHECKSUM: e8ca3f6539c4250eae17f47a7ce43eaf26a396b9 |
| | | PODFILE CHECKSUM: 3d89967f986490b173ac111ef22c6a0263f56480 |
| | | |
| | | COCOAPODS: 1.5.3 |
| | |
| | | buildForAnalyzing = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "8A536BE4851172D4D47ADBDDF521015D" |
| | | BlueprintIdentifier = "BC22F9605283467DD0A2FF6E54B16C7E" |
| | | BuildableName = "Pods_MIduo.framework" |
| | | BlueprintName = "Pods-MIduo" |
| | | ReferencedContainer = "container:Pods.xcodeproj"> |
| | |
| | | <MacroExpansion> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "8A536BE4851172D4D47ADBDDF521015D" |
| | | BlueprintIdentifier = "BC22F9605283467DD0A2FF6E54B16C7E" |
| | | BuildableName = "Pods_MIduo.framework" |
| | | BlueprintName = "Pods-MIduo" |
| | | ReferencedContainer = "container:Pods.xcodeproj"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "487FCE886F274F3877FC7FBBF4D2DAD4" |
| | | BlueprintIdentifier = "3CCE10771CC1096B799E98789BC3DF1F" |
| | | BlueprintName = "ReactiveCocoa" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "ReactiveCocoa.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "F1C1D52ABF88E39FBFEF8CDE56DD3971" |
| | | BlueprintIdentifier = "F0D12AD4170C780E4876973E035052A8" |
| | | BlueprintName = "SDAutoLayout" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "SDAutoLayout.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "F8998FD303DC7180B5618D12B26E331A" |
| | | BlueprintIdentifier = "D8A7ACB7970B50E3B11368417E616623" |
| | | BlueprintName = "SDWebImage" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "SDWebImage.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "948F4213CA457A7341E5F04B5D92B381" |
| | | BlueprintIdentifier = "3CA7CD4C0666699BF328A3730FF5C5A0" |
| | | BlueprintName = "SVProgressHUD" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "SVProgressHUD.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "6BB2F495E7512C2D6C4657497F2DD75B" |
| | | BlueprintIdentifier = "452FBAB3FA0497DFDBB896A99E15B46B" |
| | | BlueprintName = "Toast" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "Toast.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "76AB0682ABB56E13A3CB68BCDC34D978" |
| | | BlueprintIdentifier = "F022D607CAE6A93A6B27DD19E5799979" |
| | | BlueprintName = "UICollectionViewLeftAlignedLayout" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "UICollectionViewLeftAlignedLayout.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "A10D3C860CCF129ADC9FE47D828D9984" |
| | | BlueprintIdentifier = "6AFB2E837C2F528CFAABFCF8F2A6AB64" |
| | | BlueprintName = "WebViewJavascriptBridge" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "WebViewJavascriptBridge.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "178CF9569A2107C1F660F9C605C823FF" |
| | | BlueprintIdentifier = "72D1B33C4C83BECDC7E61DC74A079B3D" |
| | | BlueprintName = "YYCache" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "YYCache.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "7E1C67CC9F7DD65167BD7E98B280D03D" |
| | | BlueprintIdentifier = "D6EE9A8E43D1887189DF2DB7CDE8A82B" |
| | | BlueprintName = "YYImage" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "YYImage.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "8217DCA8353005D80630DDBE66E7E427" |
| | | BlueprintIdentifier = "1FE78D4968B0C60EBBECD7F5C7AE9020" |
| | | BlueprintName = "YYKeyboardManager" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "YYKeyboardManager.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "069B03733AAE5143CF43CF33AB0C3815" |
| | | BlueprintIdentifier = "C9231205976810078C944EB7FEF274E7" |
| | | BlueprintName = "YYModel" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "YYModel.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "B568FD14527C12FAAF5A5180ADC94D49" |
| | | BlueprintIdentifier = "84AB83B8C429F644557E24F01C4BE73D" |
| | | BlueprintName = "YYText" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "YYText.framework"> |
| | |
| | | buildForArchiving = "YES"> |
| | | <BuildableReference |
| | | BuildableIdentifier = "primary" |
| | | BlueprintIdentifier = "4F2CB6720F18918A20E8CFAECD309089" |
| | | BlueprintIdentifier = "8A9F0DB442572B854982AC7387B02E28" |
| | | BlueprintName = "YYWebImage" |
| | | ReferencedContainer = "container:Pods.xcodeproj" |
| | | BuildableName = "YYWebImage.framework"> |
| | |
| | | <key>isShown</key> |
| | | <false/> |
| | | </dict> |
| | | <key>SDCycleScrollView.xcscheme</key> |
| | | <dict> |
| | | <key>isShown</key> |
| | | <false/> |
| | | </dict> |
| | | <key>SDWebImage.xcscheme</key> |
| | | <dict> |
| | | <key>isShown</key> |
| | |
| | | |
| | | |
| | | |
| | | ## SDCycleScrollView |
| | | |
| | | The MIT License (MIT) |
| | | |
| | | Copyright (c) 2015 GSD_iOS |
| | | |
| | | Permission is hereby granted, free of charge, to any person obtaining a copy |
| | | of this software and associated documentation files (the "Software"), to deal |
| | | in the Software without restriction, including without limitation the rights |
| | | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| | | copies of the Software, and to permit persons to whom the Software is |
| | | furnished to do so, subject to the following conditions: |
| | | |
| | | The above copyright notice and this permission notice shall be included in all |
| | | copies or substantial portions of the Software. |
| | | |
| | | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| | | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| | | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| | | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| | | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| | | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| | | SOFTWARE. |
| | | |
| | | |
| | | |
| | | ## SDWebImage |
| | | |
| | | Copyright (c) 2009-2017 Olivier Poitrey rs@dailymotion.com |
| | |
| | | </dict> |
| | | <dict> |
| | | <key>FooterText</key> |
| | | <string>The MIT License (MIT) |
| | | |
| | | Copyright (c) 2015 GSD_iOS |
| | | |
| | | Permission is hereby granted, free of charge, to any person obtaining a copy |
| | | of this software and associated documentation files (the "Software"), to deal |
| | | in the Software without restriction, including without limitation the rights |
| | | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| | | copies of the Software, and to permit persons to whom the Software is |
| | | furnished to do so, subject to the following conditions: |
| | | |
| | | The above copyright notice and this permission notice shall be included in all |
| | | copies or substantial portions of the Software. |
| | | |
| | | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| | | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| | | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| | | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| | | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| | | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| | | SOFTWARE. |
| | | |
| | | </string> |
| | | <key>License</key> |
| | | <string>MIT</string> |
| | | <key>Title</key> |
| | | <string>SDCycleScrollView</string> |
| | | <key>Type</key> |
| | | <string>PSGroupSpecifier</string> |
| | | </dict> |
| | | <dict> |
| | | <key>FooterText</key> |
| | | <string>Copyright (c) 2009-2017 Olivier Poitrey rs@dailymotion.com |
| | | |
| | | Permission is hereby granted, free of charge, to any person obtaining a copy |
| | |
| | | install_framework "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/ReactiveCocoa/ReactiveCocoa.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/Toast/Toast.framework" |
| | |
| | | install_framework "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/ReactiveCocoa/ReactiveCocoa.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/SDCycleScrollView/SDCycleScrollView.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework" |
| | | install_framework "${BUILT_PRODUCTS_DIR}/Toast/Toast.framework" |
| | |
| | | FRAMEWORK_SEARCH_PATHS = $(inherited) $(PODS_ROOT)/TUnionTradeSDK $(PODS_ROOT)/UTDID "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/SDAutoLayout" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/Toast" "${PODS_CONFIGURATION_BUILD_DIR}/UICollectionViewLeftAlignedLayout" "${PODS_CONFIGURATION_BUILD_DIR}/WebViewJavascriptBridge" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_ROOT}/AlibabaAuthSDK" "${PODS_ROOT}/AlibcLinkPartnerSDK" "${PODS_ROOT}/AlibcTradeSDK" "${PODS_ROOT}/AlipaySDK/alipay" "${PODS_ROOT}/BCUserTrack" "${PODS_ROOT}/SGMain" "${PODS_ROOT}/SGSecurityBody" "${PODS_ROOT}/SecurityGuardSDK" "${PODS_ROOT}/TUnionTradeSDK" "${PODS_ROOT}/UMCAnalytics" "${PODS_ROOT}/UMCCommon" "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialSDK" "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialUI" "${PODS_ROOT}/UTDID" "${PODS_ROOT}/mtop" |
| | | FRAMEWORK_SEARCH_PATHS = $(inherited) $(PODS_ROOT)/TUnionTradeSDK $(PODS_ROOT)/UTDID "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/SDAutoLayout" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/Toast" "${PODS_CONFIGURATION_BUILD_DIR}/UICollectionViewLeftAlignedLayout" "${PODS_CONFIGURATION_BUILD_DIR}/WebViewJavascriptBridge" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_ROOT}/AlibabaAuthSDK" "${PODS_ROOT}/AlibcLinkPartnerSDK" "${PODS_ROOT}/AlibcTradeSDK" "${PODS_ROOT}/AlipaySDK/alipay" "${PODS_ROOT}/BCUserTrack" "${PODS_ROOT}/SGMain" "${PODS_ROOT}/SGSecurityBody" "${PODS_ROOT}/SecurityGuardSDK" "${PODS_ROOT}/TUnionTradeSDK" "${PODS_ROOT}/UMCAnalytics" "${PODS_ROOT}/UMCCommon" "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialSDK" "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialUI" "${PODS_ROOT}/UTDID" "${PODS_ROOT}/mtop" |
| | | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| | | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMengUShare" "${PODS_ROOT}/Headers/Public/WechatOpenSDK" |
| | | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' |
| | | LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialSDKPlugin" "${PODS_ROOT}/UMengUShare/UShareSDK/SocialLibraries/QQ" "${PODS_ROOT}/UMengUShare/UShareSDK/SocialLibraries/Sina" "${PODS_ROOT}/UMengUShare/UShareSDK/SocialLibraries/WeChat" "${PODS_ROOT}/WechatOpenSDK/OpenSDK1.8.1" |
| | | OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveCocoa/ReactiveCocoa.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDAutoLayout/SDAutoLayout.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Toast/Toast.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYKeyboardManager/YYKeyboardManager.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/UMengUShare" -isystem "${PODS_ROOT}/Headers/Public/WechatOpenSDK" |
| | | OTHER_LDFLAGS = $(inherited) -ObjC -l"SocialQQ" -l"SocialSina" -l"SocialWeChat" -l"UMSocialLog" -l"WeChatSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AlibabaAuthExt" -framework "AlibabaAuthSDK" -framework "AlibcLinkPartnerSDK" -framework "AlibcTradeBiz" -framework "AlibcTradeCommon" -framework "AlibcTradeSDK" -framework "AlipaySDK" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "Foundation" -framework "IQKeyboardManager" -framework "MBProgressHUD" -framework "MJRefresh" -framework "Masonry" -framework "OpenMtopExt" -framework "OpenMtopSDK" -framework "QuartzCore" -framework "ReactiveCocoa" -framework "SDAutoLayout" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SGMain" -framework "SGSecurityBody" -framework "SVProgressHUD" -framework "Security" -framework "SecurityGuardSDK" -framework "SystemConfiguration" -framework "TUnionTradeSDK" -framework "Toast" -framework "UICollectionViewLeftAlignedLayout" -framework "UIKit" -framework "UMAnalytics" -framework "UMCommon" -framework "UMSocialCore" -framework "UMSocialNetwork" -framework "UShareUI" -framework "UTDID" -framework "UTMini" -framework "WebViewJavascriptBridge" -framework "YYCache" -framework "YYImage" -framework "YYKeyboardManager" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -weak_framework "AdSupport" |
| | | OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveCocoa/ReactiveCocoa.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDAutoLayout/SDAutoLayout.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Toast/Toast.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYKeyboardManager/YYKeyboardManager.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/UMengUShare" -isystem "${PODS_ROOT}/Headers/Public/WechatOpenSDK" |
| | | OTHER_LDFLAGS = $(inherited) -ObjC -l"SocialQQ" -l"SocialSina" -l"SocialWeChat" -l"UMSocialLog" -l"WeChatSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AlibabaAuthExt" -framework "AlibabaAuthSDK" -framework "AlibcLinkPartnerSDK" -framework "AlibcTradeBiz" -framework "AlibcTradeCommon" -framework "AlibcTradeSDK" -framework "AlipaySDK" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "Foundation" -framework "IQKeyboardManager" -framework "MBProgressHUD" -framework "MJRefresh" -framework "Masonry" -framework "OpenMtopExt" -framework "OpenMtopSDK" -framework "QuartzCore" -framework "ReactiveCocoa" -framework "SDAutoLayout" -framework "SDWebImage" -framework "SGMain" -framework "SGSecurityBody" -framework "SVProgressHUD" -framework "Security" -framework "SecurityGuardSDK" -framework "SystemConfiguration" -framework "TUnionTradeSDK" -framework "Toast" -framework "UICollectionViewLeftAlignedLayout" -framework "UIKit" -framework "UMAnalytics" -framework "UMCommon" -framework "UMSocialCore" -framework "UMSocialNetwork" -framework "UShareUI" -framework "UTDID" -framework "UTMini" -framework "WebViewJavascriptBridge" -framework "YYCache" -framework "YYImage" -framework "YYKeyboardManager" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -weak_framework "AdSupport" |
| | | PODS_BUILD_DIR = ${BUILD_DIR} |
| | | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| | | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. |
| | |
| | | FRAMEWORK_SEARCH_PATHS = $(inherited) $(PODS_ROOT)/TUnionTradeSDK $(PODS_ROOT)/UTDID "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/SDAutoLayout" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/Toast" "${PODS_CONFIGURATION_BUILD_DIR}/UICollectionViewLeftAlignedLayout" "${PODS_CONFIGURATION_BUILD_DIR}/WebViewJavascriptBridge" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_ROOT}/AlibabaAuthSDK" "${PODS_ROOT}/AlibcLinkPartnerSDK" "${PODS_ROOT}/AlibcTradeSDK" "${PODS_ROOT}/AlipaySDK/alipay" "${PODS_ROOT}/BCUserTrack" "${PODS_ROOT}/SGMain" "${PODS_ROOT}/SGSecurityBody" "${PODS_ROOT}/SecurityGuardSDK" "${PODS_ROOT}/TUnionTradeSDK" "${PODS_ROOT}/UMCAnalytics" "${PODS_ROOT}/UMCCommon" "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialSDK" "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialUI" "${PODS_ROOT}/UTDID" "${PODS_ROOT}/mtop" |
| | | FRAMEWORK_SEARCH_PATHS = $(inherited) $(PODS_ROOT)/TUnionTradeSDK $(PODS_ROOT)/UTDID "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveCocoa" "${PODS_CONFIGURATION_BUILD_DIR}/SDAutoLayout" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/Toast" "${PODS_CONFIGURATION_BUILD_DIR}/UICollectionViewLeftAlignedLayout" "${PODS_CONFIGURATION_BUILD_DIR}/WebViewJavascriptBridge" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_ROOT}/AlibabaAuthSDK" "${PODS_ROOT}/AlibcLinkPartnerSDK" "${PODS_ROOT}/AlibcTradeSDK" "${PODS_ROOT}/AlipaySDK/alipay" "${PODS_ROOT}/BCUserTrack" "${PODS_ROOT}/SGMain" "${PODS_ROOT}/SGSecurityBody" "${PODS_ROOT}/SecurityGuardSDK" "${PODS_ROOT}/TUnionTradeSDK" "${PODS_ROOT}/UMCAnalytics" "${PODS_ROOT}/UMCCommon" "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialSDK" "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialUI" "${PODS_ROOT}/UTDID" "${PODS_ROOT}/mtop" |
| | | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| | | HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMengUShare" "${PODS_ROOT}/Headers/Public/WechatOpenSDK" |
| | | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' |
| | | LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialSDKPlugin" "${PODS_ROOT}/UMengUShare/UShareSDK/SocialLibraries/QQ" "${PODS_ROOT}/UMengUShare/UShareSDK/SocialLibraries/Sina" "${PODS_ROOT}/UMengUShare/UShareSDK/SocialLibraries/WeChat" "${PODS_ROOT}/WechatOpenSDK/OpenSDK1.8.1" |
| | | OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveCocoa/ReactiveCocoa.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDAutoLayout/SDAutoLayout.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Toast/Toast.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYKeyboardManager/YYKeyboardManager.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/UMengUShare" -isystem "${PODS_ROOT}/Headers/Public/WechatOpenSDK" |
| | | OTHER_LDFLAGS = $(inherited) -ObjC -l"SocialQQ" -l"SocialSina" -l"SocialWeChat" -l"UMSocialLog" -l"WeChatSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AlibabaAuthExt" -framework "AlibabaAuthSDK" -framework "AlibcLinkPartnerSDK" -framework "AlibcTradeBiz" -framework "AlibcTradeCommon" -framework "AlibcTradeSDK" -framework "AlipaySDK" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "Foundation" -framework "IQKeyboardManager" -framework "MBProgressHUD" -framework "MJRefresh" -framework "Masonry" -framework "OpenMtopExt" -framework "OpenMtopSDK" -framework "QuartzCore" -framework "ReactiveCocoa" -framework "SDAutoLayout" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SGMain" -framework "SGSecurityBody" -framework "SVProgressHUD" -framework "Security" -framework "SecurityGuardSDK" -framework "SystemConfiguration" -framework "TUnionTradeSDK" -framework "Toast" -framework "UICollectionViewLeftAlignedLayout" -framework "UIKit" -framework "UMAnalytics" -framework "UMCommon" -framework "UMSocialCore" -framework "UMSocialNetwork" -framework "UShareUI" -framework "UTDID" -framework "UTMini" -framework "WebViewJavascriptBridge" -framework "YYCache" -framework "YYImage" -framework "YYKeyboardManager" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -weak_framework "AdSupport" |
| | | OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveCocoa/ReactiveCocoa.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDAutoLayout/SDAutoLayout.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Toast/Toast.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/WebViewJavascriptBridge/WebViewJavascriptBridge.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYKeyboardManager/YYKeyboardManager.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/UMengUShare" -isystem "${PODS_ROOT}/Headers/Public/WechatOpenSDK" |
| | | OTHER_LDFLAGS = $(inherited) -ObjC -l"SocialQQ" -l"SocialSina" -l"SocialWeChat" -l"UMSocialLog" -l"WeChatSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AlibabaAuthExt" -framework "AlibabaAuthSDK" -framework "AlibcLinkPartnerSDK" -framework "AlibcTradeBiz" -framework "AlibcTradeCommon" -framework "AlibcTradeSDK" -framework "AlipaySDK" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "Foundation" -framework "IQKeyboardManager" -framework "MBProgressHUD" -framework "MJRefresh" -framework "Masonry" -framework "OpenMtopExt" -framework "OpenMtopSDK" -framework "QuartzCore" -framework "ReactiveCocoa" -framework "SDAutoLayout" -framework "SDWebImage" -framework "SGMain" -framework "SGSecurityBody" -framework "SVProgressHUD" -framework "Security" -framework "SecurityGuardSDK" -framework "SystemConfiguration" -framework "TUnionTradeSDK" -framework "Toast" -framework "UICollectionViewLeftAlignedLayout" -framework "UIKit" -framework "UMAnalytics" -framework "UMCommon" -framework "UMSocialCore" -framework "UMSocialNetwork" -framework "UShareUI" -framework "UTDID" -framework "UTMini" -framework "WebViewJavascriptBridge" -framework "YYCache" -framework "YYImage" -framework "YYKeyboardManager" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -weak_framework "AdSupport" |
| | | PODS_BUILD_DIR = ${BUILD_DIR} |
| | | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| | | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. |