-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ömer Aslan
committed
Dec 9, 2015
1 parent
ef6865b
commit dc00dc0
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -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. | ||
|
@@ -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. | ||
|
@@ -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. | ||
|
@@ -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 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.