資源簡介
LJCalendar 自定義日歷,可選擇顯示農歷,全局唯一一個選定日期,橫向滑動, 自動適應frame大小

代碼片段和文件信息
//
//??AppDelegate.m
//??LJCalendar
//
//??Created?by?LiJie?on?2017/9/8.
//??Copyright???2017年?LiJie.?All?rights?reserved.
//
#import?“AppDelegate.h“
@interface?AppDelegate?()
@end
@implementation?AppDelegate
-?(BOOL)application:(UIApplication?*)application?didFinishLaunchingWithOptions:(NSDictionary?*)launchOptions?{
????//?Override?point?for?customization?after?application?launch.
????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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\
?????文件????????1398??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\.gitignore
?????文件???????????4??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\.swift-version
?????文件????????1062??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\FILE_LICENSE
?????文件????????1062??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LICENSE
?????文件????????6453??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar.podspec
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar.xcodeproj\
?????文件???????16616??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar.xcodeproj\project.pbxproj
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\
?????文件?????????273??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\AppDelegate.h
?????文件????????2035??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\AppDelegate.m
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Assets.xcassets\
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Assets.xcassets\AppIcon.appiconset\
?????文件?????????753??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Assets.xcassets\AppIcon.appiconset\Contents.json
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\ba
?????文件????????1740??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\ba
?????文件???????10114??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\ba
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\
?????文件?????????802??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarCell.h
?????文件????????3453??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarCell.m
?????文件????????8515??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarCell.xib
?????文件?????????728??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarPageCell.h
?????文件????????6117??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarPageCell.m
?????文件????????3364??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarPageCell.xib
?????文件?????????581??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarView.h
?????文件????????9807??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarView.m
?????文件????????9710??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\LJCalendarView.xib
?????目錄???????????0??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\Tool\
?????文件????????3651??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\Tool\TimeTools.h
?????文件???????17194??2017-09-15?09:56??DistanceLe-LJCalendar-054494a\LJCalendar\LJCalendar\Calendar\Tool\TimeTools.m
............此處省略5個文件信息
評論
共有 條評論