pfobject Questions
1
In my UIViewController I am trying to query my parse server, but I keep getting a return of 0 for it, though I know 100% that this class does have objects in it. Any thoughts?
PFQuery *query = [P...
Escudo asked 12/9, 2017 at 3:53
4
Solved
I'm pulling an array of dictionaries straight from Parse and displaying them in a table. So I'd really like to work with the data structure I'm handed (the oddly structured dictionaries below).
A ...
3
I'm facing a very common issue with Parse and iOS.
I have a class POST with the following structure:
text(String)
Image (PFFile)
LikesUsers (Array of String)
LikesCount (Int)
From (Pointer t...
Gordan asked 10/3, 2016 at 15:43
3
Solved
I've updated my project to iOS 9, my podfile, and all necessary files, but it will not build. The source of my grief is in the following error message:
Type arguments cannot be applied to non-para...
Euphemiah asked 19/9, 2015 at 21:22
2
Solved
Goal
I am trying to save a PFObject that has a PFFile as an attribute. I am using the new Local Datastore for iOS, so I would like to save this PFObject with the saveEventually() method.
The Pro...
Viscardi asked 25/1, 2015 at 1:44
1
Solved
I have a strange issue, my subclassing works in all my view controllers except one.
I have imported everything that is required, but this one class is giving me the
"Missing argument for param...
Fluoroscopy asked 11/5, 2015 at 0:48
1
Solved
I am using swift with the Parse Framework (1.6.2). I am storing data into the local datastorage. The data consists of a few strings and an image. This image will be stored within a PfFile and then ...
Euh asked 25/1, 2015 at 12:6
1
Solved
I try to save my data to parse.com. I have already pre-made a class in parse.com named 'SomeClass'. This has a column named 'mySpecialColumn' with a datatype of String.
This is the code I try to ...
Stair asked 8/1, 2015 at 13:38
1
© 2022 - 2024 — McMap. All rights reserved.