Basically I\'m using the AssetsLibrary frameworks in Swift, how could I modify the value of the stop pointer to NO/False/0 (I don\'t even know what value it should except) ?
As of Xcode 6 beta 4, you can now do:
stop.memory = true
Or, as holex noted, you can:
stop.initialize(true)