TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | zlib |
ReleasedLast Release | Dec 2014 |
Maintained by Borut Tomazin.
Nice and simple sharing service solution.
iOS 5+
To use the BTSharingService in an app, just drag the BTSharingService class files and BTSharingService.bundle into your project or Install it using cocoapods pod 'BTSharingService'
@property (nonatomic, copy) NSString *preferredLanguage;
Set language if you do not want to have system's default language.
@property (nonatomic, assign) BOOL shouldResetBarTintColor;
Set to YES if navigation bar colors should be reset to default values (ignoring app colors).
- (void)shareWithType:(BTSharingServiceType)serviceType
subject:(NSString *)subject
body:(NSString *)body
url:(NSURL *)url
recipients:(NSArray *)recipients
onViewController:(UIViewController *)viewController;
Composes a sharing view for selected serviceType.
BTBadgeView fully supports ARC.