Slide 11
Slide 11 text
͏·͘ConvertͰ͖ͳ͔ͬͨͱ
͜Ζ
• enumͷlower camel caseԽ
• UIFont.systemFontOfSize(CGFloat)
→UIFont.systemFont(ofSize: CGFloat)
• CGRectMake→CGRect(x: , y:)
CGPointMake→CGPoint(x: , y: , width: , height:)
• NSIndexPath(forRow: 0, inSection: 0)
→IndexPath(row: 0, section: 0)