I have a functional Facebook login button for an iOS app. I have used a an UIView and made it to a custom class FBSDKLoginButton. I was wondering how to customize the login view so that instead of its standard looks and feel, I could modify the color and the Facebook icon.
I am using Swift and downloaded the Facebook SDK using Cocoapods.