91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 345KB
    文件類(lèi)型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-14
  • 語(yǔ)言: 其他
  • 標(biāo)簽:

資源簡(jiǎn)介

一款簡(jiǎn)單優(yōu)雅的日歷控件 支持左右無(wú)限滑動(dòng)切換月份 支持點(diǎn)擊頭部返回至當(dāng)前月份 點(diǎn)擊每個(gè)日子可以觸發(fā)回調(diào)事件 回調(diào)使用 block,輕量又簡(jiǎn)單

資源截圖

代碼片段和文件信息

//
//??AppDelegate.m
//??GFCalendarDemo
//
//??Created?by?Mercy?on?2016/11/14.
//??Copyright???2016年?Mercy.?All?rights?reserved.
//

#import?“AppDelegate.h“
#import?“ViewController.h“

@interface?AppDelegate?()

@end

@implementation?AppDelegate


-?(BOOL)application:(UIApplication?*)application?didFinishLaunchingWithOptions:(NSDictionary?*)launchOptions?{
????
????self.window?=?[[UIWindow?alloc]?initWithframe:[UIScreen?mainScreen].bounds];
????
????ViewController?*vc?=?[[ViewController?alloc]?init];
????UINavigationController?*nav?=?[[UINavigationController?alloc]?initWithRootViewController:vc];
????
????self.window.rootViewController?=?nav;
????[self.window?makeKeyAndVisible];
????
????return?YES;
????
}


-?(void)applicationWillResignActive:(UIApplication?*)application?{
????//?Sent?when?the?application?is?about?to?move?from?active?to?inactive?state.?This?can?occur?for?certain?types?of?temporary?interruptions?(such?as?an?incoming?phone?call?or?SMS?message)?or?when?the?user?quits?the?application?and?it?begins?the?transition?to?the?background?state.
????//?Use?this?method?to?pause?ongoing?tasks?disable?timers?and?invalidate?graphics?rendering?callbacks.?Games?should?use?this?method?to?pause?the?game.
}


-?(void)applicationDidEnterBackground:(UIApplication?*)application?{
????//?Use?this?method?to?release?shared?resources?save?user?data?invalidate?timers?and?store?enough?application?state?information?to?restore?your?application?to?its?current?state?in?case?it?is?terminated?later.
????//?If?your?application?supports?background?execution?this?method?is?called?instead?of?applicationWillTerminate:?when?the?user?quits.
}


-?(void)applicationWillEnterForeground:(UIApplication?*)application?{
????//?Called?as?part?of?the?transition?from?the?background?to?the?active?state;?here?you?can?undo?many?of?the?changes?made?on?entering?the?background.
}


-?(void)applicationDidBecomeActive:(UIApplication?*)application?{
????//?Restart?any?tasks?that?were?paused?(or?not?yet?started)?while?the?application?was?inactive.?If?the?application?was?previously?in?the?background?optionally?refresh?the?user?interface.
}


-?(void)applicationWillTerminate:(UIApplication?*)application?{
????//?Called?when?the?application?is?about?to?terminate.?Save?data?if?appropriate.?See?also?applicationDidEnterBackground:.
}


@end

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\
?????文件??????????10??2017-05-17?11:36??GFCalendar-master\.gitignore
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\
?????文件???????16200??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\project.pbxproj
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\project.xcworkspace\
?????文件?????????159??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\project.xcworkspace\contents.xcworkspacedata
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\project.xcworkspace\xcuserdata\
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\project.xcworkspace\xcuserdata\Mercy.xcuserdatad\
?????文件???????30376??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\project.xcworkspace\xcuserdata\Mercy.xcuserdatad\UserInterfaceState.xcuserstate
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\xcuserdata\
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\xcuserdata\Mercy.xcuserdatad\
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\xcuserdata\Mercy.xcuserdatad\xcschemes\
?????文件????????3387??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\xcuserdata\Mercy.xcuserdatad\xcschemes\GFCalendarDemo.xcscheme
?????文件?????????486??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo.xcodeproj\xcuserdata\Mercy.xcuserdatad\xcschemes\xcschememanagement.plist
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\
?????文件?????????279??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\AppDelegate.h
?????文件????????2341??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\AppDelegate.m
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\Assets.xcassets\
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\Assets.xcassets\AppIcon.appiconset\
?????文件?????????585??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\Assets.xcassets\AppIcon.appiconset\Contents.json
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\base.lproj\
?????文件????????1740??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\base.lproj\LaunchScreen.storyboard
?????目錄???????????0??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\GFCalendar\
?????文件?????????212??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\GFCalendar\GFCalendar.h
?????文件?????????352??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\GFCalendar\GFCalendarCell.h
?????文件????????1167??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\GFCalendar\GFCalendarCell.m
?????文件?????????768??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\GFCalendar\GFCalendarMonth.h
?????文件?????????837??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\GFCalendar\GFCalendarMonth.m
?????文件?????????519??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\GFCalendar\GFCalendarScrollView.h
?????文件???????17034??2017-05-17?11:36??GFCalendar-master\Demo\GFCalendarDemo\GFCalendar\GFCalendarScrollView.m
............此處省略26個(gè)文件信息

評(píng)論

共有 條評(píng)論