I tried to deal with my problem, but it seems I did not find anything! Basically, I have a UIView that retrieves a Facebook Facebook photo after entering my application. This is a square at the moment, but I canβt understand how to turn a UIView into a circle ... Any help would be greatly appreciated, I'm still learning! For -Alex-
It just connects to a UIView ..
@IBOutlet var profilePictureView : FBProfilePictureView!
This sets the view as an FB user profile profile
profilePictureView.profileID = user.objectID
And in the delegate.swift application
FBProfilePictureView.self
For all the code, I set the UIView class as FBProfilePictureView.
facebook swift uiview circle
alexgarbz
source share