Skip to content

Commit

Permalink
Updating to Betable.framework 1.0.5 fixes keyboard issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Hauber committed Nov 14, 2014
1 parent a322f2d commit f82360c
Show file tree
Hide file tree
Showing 61 changed files with 16 additions and 651 deletions.
Binary file modified Betable/bin/build/Betable.ane
Binary file not shown.
Binary file removed Betable/bin/build/Betable.framework/Betable
Binary file not shown.
1 change: 1 addition & 0 deletions Betable/bin/build/Betable.framework/Betable
1 change: 1 addition & 0 deletions Betable/bin/build/Betable.framework/Headers
306 changes: 0 additions & 306 deletions Betable/bin/build/Betable.framework/Headers/Betable.h

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions Betable/bin/build/Betable.framework/Resources
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Betable/bin/build/Betable.framework/Versions/A/Betable
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ static NSString * const BetableEnvironmentProduction = @"production";

@interface Betable : NSObject

@property (nonatomic, strong) BetableProfile *profile;

- (Betable*)initWithClientID:(NSString*)clientID clientSecret:(NSString*)clientSecret redirectURI:(NSString*)redirectURI;

//This method is used to provide BetableSDK with the launch options for the app, it also allows betable to do install attribution for any ads that directed people to this app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#import <UIKit/UIKit.h>
#import "BetableHandlers.h"
#import "BetableProfile.h"


@interface BetableWebViewController : UIViewController <UIWebViewDelegate, UIAlertViewDelegate>

Expand All @@ -18,6 +20,7 @@
@property BOOL finishedLoading;
@property BOOL portraitOnly;
@property BOOL loadCachedStateOnFinish;
@property BOOL forcedOrientationWithNavController;

- (BetableWebViewController*)initWithURL:(NSString*)url onCancel:(BetableCancelHandler)onClose;
- (id)initWithURL:(NSString*)url onCancel:(BetableCancelHandler)onCancel showInternalCloseButton:(BOOL)showInternalCloseButton;
Expand Down
Binary file not shown.
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.
1 change: 1 addition & 0 deletions Betable/bin/build/Betable.framework/Versions/Current
Binary file modified Betable/bin/build/ios/libBetableAirSDK.a
Binary file not shown.
Binary file removed BetableAirSDK/Betable.framework/Betable
Binary file not shown.
1 change: 1 addition & 0 deletions BetableAirSDK/Betable.framework/Betable
1 change: 1 addition & 0 deletions BetableAirSDK/Betable.framework/Headers
45 changes: 0 additions & 45 deletions BetableAirSDK/Betable.framework/Headers/BetableBatchRequest.h

This file was deleted.

12 changes: 0 additions & 12 deletions BetableAirSDK/Betable.framework/Headers/BetableHandlers.h

This file was deleted.

23 changes: 0 additions & 23 deletions BetableAirSDK/Betable.framework/Headers/BetableProfile.h

This file was deleted.

18 changes: 0 additions & 18 deletions BetableAirSDK/Betable.framework/Headers/BetableTracking.h

This file was deleted.

36 changes: 0 additions & 36 deletions BetableAirSDK/Betable.framework/Headers/BetableTrackingHistory.h

This file was deleted.

21 changes: 0 additions & 21 deletions BetableAirSDK/Betable.framework/Headers/BetableTrackingUtil.h

This file was deleted.

16 changes: 0 additions & 16 deletions BetableAirSDK/Betable.framework/Headers/BetableUtils.h

This file was deleted.

14 changes: 0 additions & 14 deletions BetableAirSDK/Betable.framework/Headers/NSData+BetableTracking.h

This file was deleted.

15 changes: 0 additions & 15 deletions BetableAirSDK/Betable.framework/Headers/NSDictionary+Betable.h

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions BetableAirSDK/Betable.framework/Headers/NSString+Betable.h

This file was deleted.

21 changes: 0 additions & 21 deletions BetableAirSDK/Betable.framework/Headers/NSString+BetableTracking.h

This file was deleted.

38 changes: 0 additions & 38 deletions BetableAirSDK/Betable.framework/Headers/STKeychain.h

This file was deleted.

Loading

0 comments on commit f82360c

Please sign in to comment.