This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import HanekeSwift | |
override viewDidLoad() { | |
let cache = Cache<JSON>(name: "github") // Set as instance variable | |
cacheImages() | |
refreshItems() | |
} | |
func cacheImages() { | |
for image in arrayOfImages { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SwiftyDropbox | |
class DropboxManager { | |
var delegate: Dropboxable? | |
private var cursor: UInt64 = 0 | |
init() { | |
// Completed assumptions: | |
// - setupWithAppKey |