target 'my_target' do
pod 'tribersdk'
end[TriberSDK insertDelegateForApplication:application];
[TriberSDK setAppKey:@"your_triber_sdk_token"];TriberSDKTheme* theme = [[TriberSDKTheme alloc] init];
theme.textColor = [UIColor blackColor];
[TriberSDK setTheme:theme];See below for a list of theme options
<key>NSLocationAlwaysUsageDescription</key>
<string>Triber a besoin de votre position !</string> <key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSExceptionDomains</key>
<dict>
<key>triberapp.co</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.1</string>
</dict>
</dict>
</dict>[TriberSDK showMeetingPoints:navigationController];with :
- navigationController : Navigation controller that will contain TriberSDK's view stack
UIFont* titlesFont;
UIColor* titlesColor;UIFont* textFont;
UIColor* textColor;UIColor* compassArrowColor;UIColor* distanceTextColor;NSString* backgroundImage;UIColor* meetingPointsHeaderColor;
UIColor* meetingPointsHeaderTextColor;UIColor* meetingPointItemBackgroundColor;
UIColor* meetingPointItemTitleColor;
UIColor* meetingPointItemSubtitleColor;NSString* welcomeScreenLogo;
TriberLogoColor welcomeScreenTriberLogoColor;UIColor* poweredByTriberTextColor;
UIColor* poweredByTriberBackgroundColor;
TriberLogoColor poweredByTriberLogoColor;