聯(lián)系人:石虎 QQ:1224614774. 昵稱(chēng):嗡嘛呢叭咪哄
? ? ? ? ? ? ?QQ群:807236138. ?群稱(chēng):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中有動(dòng)畫(huà)效果圖
三榛了、 仿界面實(shí)現(xiàn)截圖
謝謝!!!
本賬號(hào)主要分享我成長(zhǎng)過(guò)程中的各種心得感悟,包括技術(shù)總結(jié), iOS、Swift 和 Mac 相關(guān)技術(shù)文章抢肛、工具資源狼钮、參與技術(shù)討論,整理開(kāi)發(fā)技巧、讓學(xué)習(xí)成為一種享受!