I have tried Googling my problem but cannot seem to find anything anywhere! Basically I have a UIView which retrieves a Users Facebook Photo once they log into my app. At the moment it is a square, but I cannot figure out at all how to turn the UIView into a circle... Any help would be greatly appreciated, I am still learning! -Alex
This Just connects it to the UIView..
@IBOutlet var profilePictureView : FBProfilePictureView!
This sets the View as the Users FB Profile Photo
profilePictureView.profileID = user.objectID
And in app delegate.swift
FBProfilePictureView.self
Thats all the code, I set the UIView's class to be FBProfilePictureView.