Questions tagged [parseui]

ParseUI is a collection of user interface components which can be used with the Parse iOS SDK or the Parse Android SDK.

ParseUI is a collection of user interface components which can be used with the Parse iOS SDK or the . ParseUI aims at streamlining authentication and display of lists for new screen resolutions.

Useful Links:

35 questions
0
votes
1 answer

Parse linking errors iOS7 ("Undefined symbols for architecture armv7: "_kPFErrorCacheMiss","kPFErrorUnsavedFile","kPFErrorInvalidImageData" )

I am hoping to get a little assistance with my latest Apple Mach-O Linker Error, which looks like this: Undefined symbols for architecture armv7: "_kPFErrorCacheMiss", referenced from: ___48-[PFQueryTableViewController…
Ichigo Kurosaki
  • 317
  • 2
  • 12
0
votes
1 answer

How do you link Facebook, Twitter, and Email Logins/Signups in Parse?

I'm using the ParseUI framework and have enabled the emailAsUsername property of the LogInController. However, I'm a bit concerned about the following scenarios: 1) users signs up wtih facebook 2) user logs out 3) user logs in with email (don't…
Jas Ahluwalia
  • 183
  • 3
  • 15
0
votes
1 answer

Missing e-mail when using ParseUI with Facebook login/signup

I'm using the the PFLogInViewController of the ParseUI framework. I have two questions related to emails with regards to Facebook Login within the framework: 1) When signing up via Facebook, I see that the email field of my new user is 'undefined.'…
Jas Ahluwalia
  • 183
  • 3
  • 15
0
votes
2 answers

Dismiss parseUI login view from a SKScene

I am using ParseUI inside a SpriteKit Swift app. This is my LoginScene class LoginScene: SKScene, PFLogInViewControllerDelegate, PFSignUpViewControllerDelegate { func showLoginView() { let nativeLogin = NativeLoginViewController() …
Kalzem
  • 7,320
  • 6
  • 54
  • 79
-1
votes
1 answer

Parse for iOS: How to create custom Facebook button?

Instead of using the Facebook-branded login button in the ParseUI LogIn View, I want to implement my own custom button with a different layout. How to create custom Facebook button, so that the user could log in in background and then return to the…
Tomasz Nazarenko
  • 1,064
  • 13
  • 31
1 2
3