#AppleWatch finally hits its stores. But here's what they have...ALL SPORT BANDS!! I want Modern Buckle!! (at SK8 Tech)

Origami Around
trying on a metaphor
Sade Olutola
Alisa U Zemlji Chuda
Cosmic Funnies

⁂

❣ Chile in a Photography ❣
sheepfilms
Cosimo Galluzzi
Show & Tell
DEAR READER
Claire Keane

Love Begins

pixel skylines

★
Lint Roller? I Barely Know Her

No title available
"I'm Dorothy Gale from Kansas"
No title available
todays bird
seen from Türkiye
seen from United States

seen from Malaysia
seen from Switzerland
seen from Singapore
seen from Türkiye

seen from Germany
seen from United Kingdom

seen from United Kingdom
seen from Türkiye
seen from Malaysia

seen from Japan
seen from United States
seen from Türkiye

seen from Austria
seen from United States

seen from United States

seen from Maldives
seen from Germany
seen from United States
@jacktator
#AppleWatch finally hits its stores. But here's what they have...ALL SPORT BANDS!! I want Modern Buckle!! (at SK8 Tech)
Graphic vs Web vs UI designer
Since the foundation of SK8 Tech, we’ve being working with various designers. Whether it’s web design, app design, logo design or simply graphic design. A very important lesson learnt is to use the right people, in this case, designer, for the right job.
What’s the difference? Why it matters? Read along.
Keep reading
Progress report! (at SK8 Tech)
Got a new band, and stand for #AppleWatch. How does it look? :) (at SK8 Tech)
SubClass Parse.com object with Apple Swift
We’ve been working on upgrading our projects to use the new Swift language. In this blog I will show you how to subclass an PFObject in swift language.
Note: This article assume you have the base understanding of the usage of Parse.com, and Swift programming language.
Alternatively, here’s the subclass tut for Java.
in the official documentation, Parse give out an example on how to subclass Armor in Objective-C. The following is a Swift version of Armor subclass.
//======================================================== // Armor is a subclass of PFObject // Class name: Armor // Author: Xujie Song // Copyright (c) 2015 SK8 PTY LTD. All rights reserved. //======================================================== import Foundation class Armor : PFObject, PFSubclassing { // ======================================================= // Constructors // ======================================================= //Required,regardless which class you’re subclassing from. class func parseClassName() -> String? { return "Armor" } //Required, can be private or public(Just remove private keyword) private override init() { super.init(); } //Custom constructor(Called initializer in Swift) init(displayName: String) { super.init(); self.displayName = displayName; } // ======================================================= // Instance Property // ======================================================= //For instance, Armor had a instance property called “displayName”. //In OC, use @Dynamic. In swift, the equivalent is @NSManaged. //Please ensure “keyName” is the same as @NSManaged var keyName. //Do not miss @NSManaged //Also ensure do not include instance property with the same name. @NSManaged var displayName: String? //======================================================== // Property setters and getters // ======================================================= //Property setter and getter is not required in Swift. //Or at lease it should be done like this. //To keep the code in sync with our Android version, I did in Java fashion func getDisplayName() -> String? { //return self["displayName"]; or return self.objectForKey("displayName") as? String; } func setDisplayName(displayName: String) { //self["displayName"] = name; 或 self.setObject(name, forKey: "displayName"); } // ====================================================== // Class Method //====================================================== class func classMethod() -> Bool { return false; } // ====================================================== // Instance Method // ====================================================== func hadName() -> Bool { if let name = self.displayName { return name.length > 0 } else { return false; } } }
Hello World!
Great to see you here. I'm Jack, the Cofounder of SK8, a tech company that only does the newest technology. #SK8.TECH In this blog, I will share thoughts on life, tech, and startups. Connect with me above or reach out anytime: [email protected]
Harvard and Hogwarts made my life complete! :D
Dinning hall in Harvard, best one I've seen so far
Suggested by friend, 'some modern American taste' Tasty Burger. But why is the wrapper looks just like a Chinese bun?? Haha
Frozen yoghurt at Pinkberry!! Recommended!
First thing after arriving...lol
Goodie bag!
我正在用#POCO相机#拍照片发微博 。
到鸟!#街头#
#生活#怀念一下,记得高中的时候,男生都会赶着hamburger和hash brown卖完前早早的去排队买午餐,记得吗
纽约地下铁和北京真的有的一拼,各种脏乱旧差。。。#在路上#