An open API service indexing awesome lists of open source software.

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.

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/