Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 81e17ce

Browse files
committed
Merge pull request #11 from soundcloud/feature/native-login-view
Extended constants for native connect screen
2 parents bbd04df + a83853e commit 81e17ce

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Sources/SoundCloudAPI/SCConstants.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ extern NSString * const kSCSoundCloudAuthURL;
3939
extern NSString * const kSCSoundCloudSandboxAPIURL;
4040
extern NSString * const kSCSoundCloudSandboxAccessTokenURL;
4141
extern NSString * const kSCSoundCloudSandboxAuthURL;
42+
43+
extern NSString * const kTermsOfServiceURL;
44+
extern NSString * const kPrivacyPolicyURL;
45+
46+
extern float const kSCBorderRadius;
47+
48+
extern NSUInteger const kSCUsernameTextFieldTag;
49+
extern NSUInteger const kSCPasswordTextFieldTag;

Sources/SoundCloudAPI/SCConstants.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@
3939
NSString * const kSCSoundCloudSandboxAPIURL = @"https://api.sandbox-soundcloud.com/";
4040
NSString * const kSCSoundCloudSandboxAccessTokenURL = @"https://api.sandbox-soundcloud.com/oauth2/token";
4141
NSString * const kSCSoundCloudSandboxAuthURL = @"https://sandbox-soundcloud.com/connect";
42+
43+
NSString * const kTermsOfServiceURL = @"http://pages.soundcloud.com/legal/plain/terms-of-use-ios.html?format=ios";
44+
NSString * const kPrivacyPolicyURL = @"http://pages.soundcloud.com/legal/plain/privacy-policy.html?format=ios";

0 commit comments

Comments
 (0)