ios - Create custom class of unwrapped Parse objects (Swift) -
i'm trying create class of date objects. objects reflect values unwrapped parse query result, passed segue. result user-chosen retail location dates of availability.
i've been able extract each date result display each in desired format nsdateformatter, results in 2 lines of let code per value. i'm stuck on grouping these values in class (or struct or enum?) organization , reference purposes. because each value unwrapped "object.objectforkey(name: string)" turned string, haven't found specific documentation or threads address grouping such values together.
help please. links relevant docs/so threads or suggestions appreciated swift/ios beginner.
have tried use getdatainbackgroundwithblock instead
Comments
Post a Comment