摘要:
a.concepts explain:object: which is created from struct or class templateinstance: which is just used to declare a reference of class or struct it was... 阅读全文
摘要:
Visual Format Language short cut in VFLa. NSLayoutConstraint.constraintsWithVisualFormat("formatString", options:[NSLayoutFormatOptions], metrics:[Str... 阅读全文
摘要:
English:Category: in Objective-c Category can be used to add extra method to the class, but without property.Extension: in swift we can use extension ... 阅读全文