Skip to content

Instantly share code, notes, and snippets.

View nheagy's full-sized avatar
📌
Pinning

Nate Heagy nheagy

📌
Pinning
View GitHub Profile
//
// HTTPRouter.h
// DynamicServer
//
// Created by Zachry Thayer on 5/9/12.
// Copyright (c) 2012 Zachry Thayer. All rights reserved.
//
#import "HTTPConnection.h"
#import "HTTPMessage.h"
@nheagy
nheagy / foo.diff
Created October 12, 2016 15:21 — forked from frosty/foo.diff
diff --git a/WordPress/Classes/Utility/WPFeedbackGenerators.swift b/WordPress/Classes/Utility/WPFeedbackGenerators.swift
index 04a9ac9..228c9d2 100644
--- a/WordPress/Classes/Utility/WPFeedbackGenerators.swift
+++ b/WordPress/Classes/Utility/WPFeedbackGenerators.swift
@@ -28,7 +28,11 @@ class WPNotificationFeedbackGenerator: NSObject {
return
}
- let generator = UINotificationFeedbackGenerator()
+ notificationOccurred(notificationType, withGenerator: UINotificationFeedbackGenerator())