Skip to content

Commit

Permalink
Merge pull request #2 from dkhamsing/master
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
azamsharp authored Mar 2, 2018
2 parents 22a3a06 + 93849ed commit 2bc1f82
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ You can watch the video using the link below:

<h2>Installation</h2>

Copy the contents of the "src" folder in your application. The AZNotification control <b>will</b> be available as a Cocoapod soon.
- Copy the contents of the "src" folder in your application.
- `#import "AZNotification.h"`

The AZNotification control <b>will</b> be available as a Cocoapod soon.

<h2>Usage</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>5DF404AD-3D06-4BC8-8FCD-DBE2BDADCFDF</string>
<string>60301CB0-40BE-42F9-9545-210995AE5C39</string>
<key>IDESourceControlProjectName</key>
<string>AZNotificationDemo</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>49C5CB7E-E91D-4C06-B74A-F2BB89EF4505</key>
<string>https://github.com/azamsharp/AZNotification.git</string>
<key>A8C9050C-1A85-4E65-A516-A8084D8D2C7C</key>
<string>https://github.com/dkhamsing/AZNotification.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>demo/Helping/AZNotificationDemo.xcodeproj/project.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>49C5CB7E-E91D-4C06-B74A-F2BB89EF4505</key>
<key>A8C9050C-1A85-4E65-A516-A8084D8D2C7C</key>
<string>../../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/azamsharp/AZNotification.git</string>
<string>https://github.com/dkhamsing/AZNotification.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>49C5CB7E-E91D-4C06-B74A-F2BB89EF4505</string>
<string>A8C9050C-1A85-4E65-A516-A8084D8D2C7C</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>49C5CB7E-E91D-4C06-B74A-F2BB89EF4505</string>
<string>A8C9050C-1A85-4E65-A516-A8084D8D2C7C</string>
<key>IDESourceControlWCCName</key>
<string>AZNotification</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion demo/Helping/Helping/ViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <UIKit/UIKit.h>
#import "AZNotification.h"
#import "AZNotificationView.h"
//#import "AZNotificationView.h"

@interface ViewController : UIViewController
{
Expand Down

0 comments on commit 2bc1f82

Please sign in to comment.