Difference between revisions of "IOS"

From Officience
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[Category: IT Knowledge]]
 +
 +
= Design guideline =
 +
[https://developer.apple.com/ios/human-interface-guidelines/overview/design-principles Link]
 +
 
= iOS checklist =
 
= iOS checklist =
 +
Code convetion Obj-C: [https://github.com/raywenderlich/objective-c-style-guide Link]
 +
----
 
Code convetion Swift: [https://github.com/raywenderlich/swift-style-guide Link]
 
Code convetion Swift: [https://github.com/raywenderlich/swift-style-guide Link]
----
 
Code convetion Obj-C: [https://github.com/raywenderlich/objective-c-style-guide Link]
 

Latest revision as of 10:30, 13 July 2017


Design guideline

Link

iOS checklist

Code convetion Obj-C: Link


Code convetion Swift: Link