I've been experimenting with the iOS SDK and have been able to successfully add a new web map. However I would like to create a new folder that I can place new web maps inside.
I've looked at creating an AGSPortalFolder object (supplying the 'title' only) and passing it into the "addPortalItem:withContentParams:toFolder:" method on the AGSPortal object with no luck.
Am I on the right track or is there another way in which to create new folders?