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 UIKit | |
import CoreMotion | |
class ViewController: UIViewController { | |
@IBOutlet weak var wallpaper: UIImageView! | |
@IBOutlet weak var welcomeLabel: UILabel! | |
var motionManager: CMMotionManager! | |
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
package classes { | |
public class ApplicationSkin { | |
import com.adobe.csxs.core.CSXSInterface; | |
import com.adobe.csxs.types.AppSkinInfo; | |
public function ApplicationSkin() {} | |
// The current lightness of the app's background on a scale of 0-1 | |
// | |
// Returns a Number |