Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

parse

  1. JCoe13

    iOS RSS Reader with notifications

    Does anyone know of any tutorials on how to create an RSS reader for iOS that will send notifications to the device when there is a new addition to the feed? Below is an example of a tutorial, but since Parse has been discontinued, I can't find anything even close. Thank you for your help...
  2. C

    iOS Parse class not created through swift code

    I am experiencing an issue when I try to create a new parse class through swift. My code for creating a new class is the following: let query = PFQuery(className: "newClass") The issue is that a "newClass" class is not created in my Parse dashboard and I don't get an error message. And since...