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
let imageNameOne = "icon_image_1" | |
let image1 = UIImage(named: imageNameOne)! | |
//UIImage accepts any string | |
let image2 = UIImage(named: NSFileHandleNotificationFileHandleItem)! |
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
let image = UIImage(assetIdentifier: .ImageIconOne)! |
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
docker run -p 4545:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999 |
OlderNewer