https://github.com/kelp404/maguro
A contact us library for UserVoice.
https://github.com/kelp404/maguro
Last synced: 2 months ago
JSON representation
A contact us library for UserVoice.
- Host: GitHub
- URL: https://github.com/kelp404/maguro
- Owner: kelp404
- Created: 2013-01-18T05:45:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-18T02:24:41.000Z (about 12 years ago)
- Last Synced: 2025-04-02T20:57:00.121Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 793 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Maguro
Kelp http://kelp.phate.org/
[MIT License][mit]
[MIT]: http://www.opensource.org/licenses/mit-license.php```
git clone --recursive git://github.com/kelp404/Maguro.git
```Contact Us View | Search Knowledge Base | Knowledge Base
:---------:|:---------:|:---------:|
|
##Show Contact Us View
```objective-c
MaguroConfig *config = [MaguroConfig configWithSite:@"demo.uservoice.com"
andKey:@"pZJocTBPbg5FN4bAwczDLQ"
andSecret:@"Q7UKcxRYLlSJN4CxegUYI6t0uprdsSAGthRIDvYmI"];config.subject = @"This ticket was submitted from iOS.";
config.name = @"User Name";
config.email = @"[email protected]";
// config.navigationTintColor = [UIColor colorWithRed:0.216f green:0.369f blue:0.776f alpha:1];
// config.backgroundColor = [UIColor whiteColor];[Maguro showContactUsForParentViewController:self withConfig:config andCloseHandler:^{
NSLog(@"Closed");
}];
```##Reference
http://www.uservoice.com/ios/
https://github.com/uservoice/uservoice-iphone-example
https://github.com/uservoice/uservoice-iphone-sdk
http://developer.uservoice.com/docs/api/reference/