TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | zlib |
ReleasedLast Release | Dec 2014 |
Maintained by Borut Tomazin.
Native App Store window inside app.
BTStoreView fully supports ARC.
iOS 5+
Add pod ‘BTStoreView’
to your Podfile or drag class files (BTStoreView.{h,m}) into your project.
Presenting StoreKit when running app in simulator is not possible since iOS 7+.
+ (instancetype)sharedInstance;
BTStoreView singleton method.
- (void)openAppStorePageForAppId:(NSInteger)appId;
Opens App Store page for passed appId.
@property (nonatomic, weak) id<BTStoreViewDelegate> delegate;
BTStoreView Delegate object.
@property (nonatomic, assign) BOOL shouldDiscardCustomTintColor;
Resets [UINavigationBar appearance] protocol property barTintColor to system default value. (default YES).
- (void)BTStoreViewDidAppear;
Delegate method when BTStoreView is presented.
- (void)BTStoreViewDidDismiss;
Delegate method when BTStoreView is dismissed.
- (void)BTStoreViewFailedToPresentWithinApp;
Delegate method when BTStoreView failed to open App Store inside app.
- (void)BTStoreViewFailedToOpenInAppStore;
Delegate method when BTStoreView failed to open in an App Store app.