How can i create custom login view controller to spotify through
cocoalibspotify
i wanted to know how can i create custom login view (i want diffrent
design instead of the one inside the cocoalibspotify) [[SPSession
sharedSession] attemptLoginWithUserName:userName password:password] but
how can i know if the user is logged in successfully or not? since i
didn't saw any delegates.
You need to assign a session delegate to your view controller:
ReplyDelete[[SPSession sharedSession] setDelegate:self];