聯(lián)系人:石虎 QQ:1224614774. 昵稱:嗡嘛呢叭咪哄
? ? ? ? ? ? ?QQ群:807236138. ?群稱:iOS 技術(shù)交流學(xué)習(xí)群
一、概念
在外界直接一行代碼實(shí)現(xiàn)
#import"SHSetGoalView.h"
@property(nonatomic,strong) SHSetGoalView *setGoalView;
- (void)viewDidLoad {
[superviewDidLoad];
self.view.backgroundColor = [UIColorwhiteColor];
[self.view addSubview:self.setGoalView];
? ? ? }
#pragmamark -
#pragmamark - Getter Method
? ? ? - (SHSetGoalView *)setGoalView{
if(!_setGoalView) {
_setGoalView = [[SHSetGoalView alloc] initWithFrame:CGRectMake(0,100, [[UIScreenmainScreen] bounds].size.width, [[UIScreenmainScreen] bounds].size.height)];
__weaktypeof(self) weakSelf =self;
_setGoalView.datePickerBlock = ^(UIView* _Nonnull datePicker) {
? ? ? ? ? ? ? ? ? ? [weakSelf.view addSubview:datePicker];
? ? ? ? ? ? ? };
? ? ? ? ? }
return_setGoalView;
? ? ? }
二、demo 效果圖
下載 GitHub?demohttps://github.com/shihu132/SHDownListMenu
下載 碼云?demohttps://gitee.com/ShiHu132/SHSetGoalClass
注意:demo中有動畫效果圖
三、 仿界面實(shí)現(xiàn)截圖
謝謝!!!
本賬號主要分享我成長過程中的各種心得感悟,包括技術(shù)總結(jié), iOS、Swift 和 Mac 相關(guān)技術(shù)文章、工具資源、參與技術(shù)討論,整理開發(fā)技巧、讓學(xué)習(xí)成為一種享受!