huming0618 / ds-shop

0 stars 0 forks source link

learn swift #8

Open huming0618 opened 7 years ago

huming0618 commented 7 years ago

Learn the swift and ios developing

huming0618 commented 7 years ago

ios 多线程和dispatch-queue

http://www.tuicool.com/articles/Vr6zIz

huming0618 commented 7 years ago

as as! as?

as使用场合

as!使用场合

as?使用场合

if let cat = animal as? Cat{ print("cat is not nil") } else { print("cat is nil") }



Refer
http://www.cnblogs.com/gongyuhonglou/p/5919908.html