I am using Xcode 7.0 and integrated latest Parse API. When I start coding in the Xcode editor, it is not suggesting the available functions in the respective object. For example: var query = PFUser.query()
when i type query, it is not showing any functions which are available. Any help is appreciated.
Thanks