Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keenteam1990/mccatchredpacket

✏️高仿UC捉红包功能
https://github.com/keenteam1990/mccatchredpacket

objective-c uc

Last synced: 3 days ago
JSON representation

✏️高仿UC捉红包功能

Awesome Lists containing this project

README

        

# MCCatchRedPacket
低仿uc捉红包功能

### 运行效果

![](https://github.com/KeenTeam1990/MITO/blob/master/PIC/IMG_2585.PNG)

![](https://github.com/KeenTeam1990/MITO/blob/master/PIC/IMG_2586.PNG)

### 点赞效果
![](https://github.com/KeenTeam1990/MITO/blob/master/PIC/IMG_2589.PNG)

### 随听模块效果
![](https://github.com/KeenTeam1990/MITO/blob/master/PIC/IMG_2590.PNG)

### 下拉刷新控件效果
![](https://github.com/KeenTeam1990/MITO/blob/master/PIC/IMG_2591.PNG)

pod 'RESideMenu', '~> 4.0.7'

pod 'DACircularProgress'

pod 'FLAnimatedImage'

pod 'Masonry'

pod 'pop'

pod 'Ono'

end
...

```objc
@interface TGEssenceNewVC ()
@property (nonatomic, weak) TGSementBarVC *segmentBarVC;
@end

@implementation TGEssenceNewVC

-(UIStatusBarStyle)preferredStatusBarStyle{
return UIStatusBarStyleLightContent;//UIStatusBarStyleDefault;
}

- (TGSementBarVC *)segmentBarVC {
if (!_segmentBarVC) {
TGSementBarVC *vc = [[TGSementBarVC alloc] init];
[self addChildViewController:vc];
_segmentBarVC = vc;
}
return _segmentBarVC;
}

### 如果您喜欢本项目,请Star

如果有不懂的地方可以加入QQ交流群讨论:**812144991**。这个QQ群讨论技术范围包括:iOS、H5混合开发、前端开发、PHP开发,欢迎大家讨论技术。