Skip to content

Commit

Permalink
Merge pull request #7 from madhankumardroid/patch-1
Browse files Browse the repository at this point in the history
Alignment changes
  • Loading branch information
arasu01 authored Oct 27, 2018
2 parents a2f1acd + 35fd010 commit a9066ae
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ @interface ViewController ()

@implementation ViewController


#pragma mark - View Life Cycle Methods

- (void)viewDidLoad {
Expand All @@ -25,7 +24,6 @@ - (void)viewDidLoad {
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(scheduleLocalNotifications) name:@"SnoozeNotifcation" object:nil];
}


- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
Expand Down Expand Up @@ -74,7 +72,6 @@ - (IBAction)sampleVideoButtonPressed:(id)sender {

#pragma mark - Custom Methods


- (void)scheduleLocalNotifications {
UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];

Expand Down

0 comments on commit a9066ae

Please sign in to comment.