Reputation: 31
How would I connect a icon to login for a social network (i.e. Facebook) and once logged in the icon will link to the profile picture in Xcode?
Upvotes: 0
Views: 159
Reputation: 11
Use the facebook API to login first. I am sure they all provide their logos to place into the app. Once you are logged in, try looking through API. If not, you can use a javascript command inside a UIWebView
from logon information to link the UIIimage
to the profile picture.
Upvotes: 1