Action Button Item

Mesut Aygun
Apr 26, 2021

Hello everyone !!

I will show you how to use the share button that we frequently use in our applications.

First, we set our navigation bar command under viewdidload in the view controller we want to add.

navigation bar settings

Then all we have to do is write the shareTapped function.

function shareTapped

All that remains is to add privacy from the info section. Otherwise it will not allow additions to the photo album.

We can easily do our transactions here and find them to share.

--

--