336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
UIFont.preferredFontForTextStyle은 미리 설정된 폰트 정보를 반환한다.
iOS 9.x
UIFont.preferredFontForTextStyle(UIFontTextStyleHeadline)
iOS 10
UIFont.preferredFont(forTextStyle: UIFontTextStyle.headline)
'프로그램 > iOS' 카테고리의 다른 글
xcode 8 을 위한 사이즈 클래스 소개 (0) | 2016.12.06 |
---|---|
Swift 3.0 에서 달라지거나 새로워진 내용들 (0) | 2016.12.03 |
iOS 10의 변화점 (0) | 2016.11.30 |
[ iOS 9.x -> iOS 10 ] dequeueReusableCellWithIdentifier, dequeueReusableCell (0) | 2016.11.29 |
[ iOS 9.x -> iOS 10 ] 세그웨어 (Segue) (0) | 2016.11.25 |