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
1
vote
2 answers

Cannot load image from PARSE into PFTableViewCell's imageView property

I'm working with the PFQueryTableViewController and setting it up to find only friendships for this user which has been approved or sent to him. "fromUser" and "toUser" are pointers to the user class, where I need the username and profilePicture…
Bachkippe
  • 83
  • 1
  • 14
1
vote
1 answer

ParseUI PFLogInViewController - Specifying fields

I'm building an app using Parse and I'm trying to make use of PFLogInViewController, but I cannot at all find out how to get custom fields (such as the Facebook & Twitter buttons) to show. I'm using Swift and I've tried every suggestion I could…
1
vote
1 answer

PFLogInViewController - Cannot customize fields

I want to implement ParseUI login screen by subclassing PFLogInViewController. According to documentation, elements could be customized by changing the fields attribute (e.g. add Facebook login button). However, it does not work at all. Note that…
ramaman
  • 125
  • 1
  • 11
1
vote
0 answers

PFQueryTableViewController w/ Sections causes Pagination not to work

I followed this tutorial https://parse.com/questions/using-pfquerytableviewcontroller-for-uitableview-sections and was able to get my PFQueryTableView Controller to work with sections. The header names are based on the month/year of the row. The…
Tyler Thomas
  • 173
  • 1
  • 13
0
votes
0 answers

PFLogInViewControllerDelegate functions not called

When using PFLogInViewController (or a subclass of it), it looks like none of the functions inside PFLogInViewControllerDelegate are ever called. Eventhough the main ViewController declares to conform to the PFLogInViewControllerDelegate protocol…
Michel
  • 10,303
  • 17
  • 82
  • 179
0
votes
1 answer

ParseUI ... does not contain bitcode

Once I seem to have got rid of all the syntax errors, while converting my project to Swift 3.0. I now hit this one: ld: '/Users/......./ParseUI.framework/ParseUI(PFLogInViewController.o)' does not contain bitcode. You must rebuild it with…
Michel
  • 10,303
  • 17
  • 82
  • 179
0
votes
1 answer

How to use ParseLogin-UI on Android with Parse-1.13.0.jar

It appears the ParseUI-Android project that is pulled from gradle isn't compatible with Parse-1.13.0. Specifically, the version pulled from gradle, the class ParseSignupFragment.java doesn't work with custom ParseUser objects. This has since been…
themanatuf
  • 2,880
  • 2
  • 25
  • 39
0
votes
1 answer

How to use the PFQuery for PFQueryTableViewController to retrieve an array of PFObjects?

I have a PFUser with a Skills column. Typically I can use user.skills (or user["skills"]) to get the skills objects of the user. But to use these with PFQueryTableViewController I need to construct some sort of PFQuery when overriding queryForTable…
realtimez
  • 2,525
  • 2
  • 20
  • 24
0
votes
2 answers

Cell Tap Doesn't Work on didSelectRowAtIndexPath

I'm using Parse.com to build my app. I initialized a PFQueryTableViewController as my subclass. I'm unable to tap the indexPath.row so that the cell leads to another viewController and passes data. override func tableView(tableView: UITableView,…
Lukesivi
  • 2,206
  • 4
  • 25
  • 43
0
votes
1 answer

How to get ParseUI demo to work on a new project?

I want to build the ParseUI demo project found here https://github.com/ParsePlatform/ParseUI-iOS/tree/master/ParseUIDemo. There isn't any documentation on this page. How do I get the ParseUI demo into a new project? Would the steps be: Add the Parse…
grabury
  • 4,797
  • 14
  • 67
  • 125
0
votes
1 answer

PFLoginViewController infinite loop from viewDidLayoutSubviews?

Has anyone run into an issue in iOS 9 with PFLoginViewController (from the ParseUI framework)? In iOS 8, per the Parse documentation, I set up the custom fields to the LoginViewController in viewDidLayoutSubviews, however, in iOS 9, it enters into…
rswayz
  • 1,122
  • 2
  • 10
  • 21
0
votes
2 answers

Android | Parse.com - Importing Parse-UI

I'm trying to import ParseUI as explained here but I keep getting the following error: Error:(5, 0) Cannot get property 'facebookSDK' on extra properties extension as it does not exist **Open File** I include compile project(':ParseLoginUI') in my…
42Geek
  • 332
  • 3
  • 7
0
votes
1 answer

changing the UITextField from ParseUI

I am using parseUI to login and signup to my app as it is very handy and easy with the existent users, forgot password and all others functionality however I use a custom class to UITextField through all my application that looks very different from…
Icaro
  • 14,585
  • 6
  • 60
  • 75
0
votes
1 answer

Swift and Parse - PFQueryTableViewController loadingViewEnabled

Good day! I'm using Parse for my swift project, Specifically the PFQueryTableViewController but i want to change the loading view when i open the app. It doesn't look good in my background so i want to change its color and shadow. Also its…
0
votes
1 answer

Parse error: Unknown Class PFImageView in Interface Builder file

I implemented Parse and ParseUI, and successfully use the PFImageView, load images without any error. But suddenly I encounter: Unknown class _TtC6Roster11PFImageView in Interface Builder file. I have searched for similar error, and I found some:…
Allan Macatingrao
  • 2,071
  • 1
  • 20
  • 28