Skip to content

Commit

Permalink
Changing folder type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ömer Aslan committed Dec 9, 2015
1 parent ef6865b commit dc00dc0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
16 changes: 9 additions & 7 deletions OEANotification.swift → Classes/OEANotification.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class OEANotification : UIView {
/**
Initial static method of creating notification.

- since: 0.1
- since: 0.1.0
- author: @OEASLAN - [email protected]
- parameter title: The title of notification.
- parameter subTitle: The subtitle of notification.
Expand All @@ -41,7 +41,7 @@ public class OEANotification : UIView {
/**
Initial static method of creating notification.

- since: 0.1
- since: 0.1.0
- author: @OEASLAN - [email protected]
- parameter title: The title of notification.
- parameter subTitle: The subtitle of notification.
Expand All @@ -64,7 +64,7 @@ public class OEANotification : UIView {
/**
Initial static method of creating notification.

- since: 0.1
- since: 0.1.0
- author: @OEASLAN - [email protected]
- parameter title: The title of notification.
- parameter subTitle: The subtitle of notification.
Expand Down Expand Up @@ -99,10 +99,12 @@ public class OEANotification : UIView {

/**
Sets the default view controller as a main view controller.
- parameter notification: The notification to post.
- parameter value: The data to be sent with the notification.
- parameter center: The notification center from which the notification should be dispatched.
The default is `NSNotificationCenter.defaultCenter()`.

- since: 0.1.0
- author: @OEASLAN - [email protected]
- parameter viewController: The main controller which shows the notification.
- return: void

*/
static public func setDefaultViewController (viewController: UIViewController) {
self.viewController = viewController
Expand Down
Binary file added Resources/Close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc00dc0

Please sign in to comment.