Home / Companies / Vonage / Blog / Post Details
Content Deep Dive

Make Calls With a Custom Call Button in Your iOS App

Blog post from Vonage

Post Details
Company
Date Published
Author
Tamir Tuch
Word Count
1,009
Language
English
Hacker News Points
-
Summary

This tutorial demonstrates how to integrate calls into an iOS application using a custom UI component called NXMCallButton, which is a subclass of UIButton. The button can be configured to call either in-app users or PSTN numbers. To complete the tutorial, you need a Vonage API account and a virtual phone number. The project uses CocoaPods for dependency management and requires microphone usage permission. The NXMCallButton component can be added to the user interface using either Storyboard or programmatically.