-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added to Demo Project add Created ICS File to iOS Calendar
- Loading branch information
Han Chengge
authored and
Han Chengge
committed
May 24, 2015
1 parent
bf9d5b1
commit 7fbb87b
Showing
10 changed files
with
341 additions
and
17 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// | ||
// XbICAddViewController.h | ||
// XbICalendar | ||
// | ||
// Created by Han Chengge on 5/22/15. | ||
// Copyright (c) 2015 GaltSoft. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@interface XbICAddViewController : UIViewController | ||
|
||
@property (nonatomic, strong) NSString *fileName; | ||
@property NSString *summary; | ||
@property NSDate *startDate; | ||
@property NSDate *endDate; | ||
|
||
@property (weak, nonatomic) IBOutlet UILabel *summaryLabel; | ||
@property (weak, nonatomic) IBOutlet UILabel *startLabel; | ||
@property (weak, nonatomic) IBOutlet UILabel *endLabel; | ||
|
||
- (IBAction)addToCalendar:(id)sender; | ||
|
||
@end |
Oops, something went wrong.