动态分享删除好友
This commit is contained in:
@@ -105,6 +105,7 @@
|
|||||||
_cycleScrollView.backgroundColor = [UIColor clearColor];
|
_cycleScrollView.backgroundColor = [UIColor clearColor];
|
||||||
_cycleScrollView.layer.cornerRadius = 10;
|
_cycleScrollView.layer.cornerRadius = 10;
|
||||||
_cycleScrollView.layer.masksToBounds = YES;
|
_cycleScrollView.layer.masksToBounds = YES;
|
||||||
|
_cycleScrollView.bannerImageViewContentMode = UIViewContentModeScaleAspectFill;
|
||||||
_cycleScrollView.delegate = self;
|
_cycleScrollView.delegate = self;
|
||||||
_cycleScrollView.showPageControl = NO;
|
_cycleScrollView.showPageControl = NO;
|
||||||
_cycleScrollView.autoScrollTimeInterval = 5.0;
|
_cycleScrollView.autoScrollTimeInterval = 5.0;
|
||||||
|
@@ -229,7 +229,8 @@
|
|||||||
XPShareItem *wechat = [XPShareItem itemWitTag:XPShareItemTagWeChat title:@"微信好友" imageName:@"share_wechat_normal" disableImageName:@"share_wechat_disable"];
|
XPShareItem *wechat = [XPShareItem itemWitTag:XPShareItemTagWeChat title:@"微信好友" imageName:@"share_wechat_normal" disableImageName:@"share_wechat_disable"];
|
||||||
XPShareItem *qq = [XPShareItem itemWitTag:XPShareItemTagQQ title:@"QQ好友" imageName:@"share_qq_normal" disableImageName:@"share_qq_disable"];
|
XPShareItem *qq = [XPShareItem itemWitTag:XPShareItemTagQQ title:@"QQ好友" imageName:@"share_qq_normal" disableImageName:@"share_qq_disable"];
|
||||||
XPShareItem *qqzone = [XPShareItem itemWitTag:XPShareItemTagQQZone title:@"QQ空间" imageName:@"share_qqzone_normal" disableImageName:@"share_qqzone_disable"];
|
XPShareItem *qqzone = [XPShareItem itemWitTag:XPShareItemTagQQZone title:@"QQ空间" imageName:@"share_qqzone_normal" disableImageName:@"share_qqzone_disable"];
|
||||||
NSArray * items = @[friend,wechat,cycle, qq, qqzone];
|
NSArray * items = @[wechat,cycle, qq, qqzone];
|
||||||
|
// NSArray * items = @[friend,wechat,cycle, qq, qqzone];
|
||||||
CGFloat margin = 15;
|
CGFloat margin = 15;
|
||||||
CGSize itemSize = CGSizeMake((KScreenWidth-2*margin)/4, 65);
|
CGSize itemSize = CGSizeMake((KScreenWidth-2*margin)/4, 65);
|
||||||
XPShareInfoModel * shareInfo = [[XPShareInfoModel alloc] init];
|
XPShareInfoModel * shareInfo = [[XPShareInfoModel alloc] init];
|
||||||
|
@@ -122,6 +122,7 @@
|
|||||||
_cycleScrollView.backgroundColor = [UIColor clearColor];
|
_cycleScrollView.backgroundColor = [UIColor clearColor];
|
||||||
_cycleScrollView.layer.cornerRadius = 10;
|
_cycleScrollView.layer.cornerRadius = 10;
|
||||||
_cycleScrollView.layer.masksToBounds = YES;
|
_cycleScrollView.layer.masksToBounds = YES;
|
||||||
|
_cycleScrollView.bannerImageViewContentMode = UIViewContentModeScaleAspectFill;
|
||||||
_cycleScrollView.delegate = self;
|
_cycleScrollView.delegate = self;
|
||||||
_cycleScrollView.showPageControl = NO;
|
_cycleScrollView.showPageControl = NO;
|
||||||
_cycleScrollView.autoScrollTimeInterval = 3.0;
|
_cycleScrollView.autoScrollTimeInterval = 3.0;
|
||||||
|
Reference in New Issue
Block a user