-
Notifications
You must be signed in to change notification settings - Fork 7
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
Showing
8 changed files
with
105 additions
and
26 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -27,13 +27,13 @@ Typical usage will look something like this: | |
|
||
[self presentViewController:activityViewController animated:YES completion:nil]; | ||
|
||
Have a look at the demo app to see it in context. | ||
Please note that you can only share instances of `NSString`, `NSURL` or `UIImage`. WhatsApp does not support sharing text and images at the same time, so as soon as you provide an `UIImage` all `NSString` and `NSURL` instances will be ignored. In addition you can only share **one** `UIImage`. Have a look at the demo app to see it in context. | ||
|
||
![Demo screenshot](https://raw.github.com/sascha/SSCWhatsAppActivity/master/screenshot.png) | ||
|
||
## Author | ||
|
||
Sascha Schwabbauer, sascha[email protected] | ||
Sascha Schwabbauer, sascha@evolved.io | ||
|
||
## License | ||
|
||
|
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SSCWhatsAppActivity" | ||
s.version = "1.0" | ||
s.summary = "A UIActivity subclass for sharing messages with WhatsApp." | ||
s.version = "1.1" | ||
s.summary = "A UIActivity subclass for sharing images and messages with WhatsApp." | ||
s.homepage = "https://github.com/sascha/SSCWhatsAppActivity" | ||
s.screenshots = "https://raw.github.com/sascha/SSCWhatsAppActivity/master/screenshot.png" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Sascha Schwabbauer" => "sascha[email protected]" } | ||
s.author = { "Sascha Schwabbauer" => "sascha@evolved.io" } | ||
s.source = { :git => "https://github.com/sascha/SSCWhatsAppActivity.git", :tag => s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/_SaschaS' | ||
|
||
|
@@ -14,4 +14,4 @@ Pod::Spec.new do |s| | |
|
||
s.source_files = 'SSCWhatsAppActivity/*.{h,m}' | ||
s.resources = 'SSCWhatsAppActivity/*.png' | ||
end | ||
end |
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
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
2B1F005A18B0FF9500242DE9 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 2B1F005818B0FF9500242DE9 /* [email protected] */; }; | ||
2B1F005D18B1014100242DE9 /* SSCWhatsAppIcon-iOS6.png in Resources */ = {isa = PBXBuildFile; fileRef = 2B1F005B18B1014000242DE9 /* SSCWhatsAppIcon-iOS6.png */; }; | ||
2B1F005E18B1014100242DE9 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 2B1F005C18B1014100242DE9 /* [email protected] */; }; | ||
2B7A0AD019B3458F008DF6A6 /* shareImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 2B7A0ACF19B3458F008DF6A6 /* shareImage.jpg */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
|
@@ -42,6 +43,7 @@ | |
2B1F005818B0FF9500242DE9 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "SSCWhatsAppActivity/[email protected]"; sourceTree = "<group>"; }; | ||
2B1F005B18B1014000242DE9 /* SSCWhatsAppIcon-iOS6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "SSCWhatsAppIcon-iOS6.png"; path = "SSCWhatsAppActivity/SSCWhatsAppIcon-iOS6.png"; sourceTree = "<group>"; }; | ||
2B1F005C18B1014100242DE9 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "SSCWhatsAppActivity/[email protected]"; sourceTree = "<group>"; }; | ||
2B7A0ACF19B3458F008DF6A6 /* shareImage.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = shareImage.jpg; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
|
@@ -92,6 +94,7 @@ | |
2B1F003018B0FE1C00242DE9 /* SSCAppDelegate.m */, | ||
2B1F005018B0FED300242DE9 /* SSCRootViewController.h */, | ||
2B1F005118B0FED300242DE9 /* SSCRootViewController.m */, | ||
2B7A0ACF19B3458F008DF6A6 /* shareImage.jpg */, | ||
2B1F005318B0FF3000242DE9 /* SSCWhatsAppActivity */, | ||
2B1F003218B0FE1C00242DE9 /* Images.xcassets */, | ||
2B1F002718B0FE1C00242DE9 /* Supporting Files */, | ||
|
@@ -179,6 +182,7 @@ | |
2B1F005E18B1014100242DE9 /* [email protected] in Resources */, | ||
2B1F002B18B0FE1C00242DE9 /* InfoPlist.strings in Resources */, | ||
2B1F005D18B1014100242DE9 /* SSCWhatsAppIcon-iOS6.png in Resources */, | ||
2B7A0AD019B3458F008DF6A6 /* shareImage.jpg in Resources */, | ||
2B1F005A18B0FF9500242DE9 /* [email protected] in Resources */, | ||
2B1F005918B0FF9500242DE9 /* SSCWhatsAppIcon.png in Resources */, | ||
2B1F003318B0FE1C00242DE9 /* Images.xcassets in Resources */, | ||
|
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.