Deleting a Bucket
You can delete a bucket by calling the delete(_:)
method of the KiiBucket
class.
All KiiObjects in the bucket will be deleted accordingly.
Here is the sample code showing how you can delete a bucket:
Swift:
Objective-C:
You can delete a bucket by calling the delete(_:)
method of the KiiBucket
class.
All KiiObjects in the bucket will be deleted accordingly.
Here is the sample code showing how you can delete a bucket:
Swift:
Objective-C: