Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keenteam1990/mccatchredpacket
✏️高仿UC捉红包功能
https://github.com/keenteam1990/mccatchredpacket
objective-c uc
Last synced: 3 days ago
JSON representation
✏️高仿UC捉红包功能
- Host: GitHub
- URL: https://github.com/keenteam1990/mccatchredpacket
- Owner: KeenTeam1990
- Created: 2017-12-30T10:50:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T10:53:42.000Z (about 7 years ago)
- Last Synced: 2024-11-08T06:47:33.747Z (about 2 months ago)
- Topics: objective-c, uc
- Language: Objective-C
- Homepage:
- Size: 316 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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开发,欢迎大家讨论技术。