We have a map with pin points now. We can start with the integration of Uber functionality. We will keep it simple by just displaying an Uber ride request button in our app.
Create a new app at https://developer.uber.com. Log in or sign up for Uber first, if you have not done so yet:
Give a name and a description for your app and save the changes. It will reveal a client ID that you need for implementing Uber functionality in your app. You can find the Uber Swift SDK on GitHub at https://github.com/uber/rides-ios-sdk, but you can also use CocoaPods to include it with your app, which is the recommended way of integrating the ...