15
iOS6 a CocoaPods Tomáš Jukin @Inza

iOS6 & CocoaPods - For-Mobile 9/2012

Embed Size (px)

DESCRIPTION

Slidy z mé prezentace na téma Novinky v iOS6 a CocoaPods, která proběhla na For-Mobile iOS v září 2012 v posluchárně TIC ČKD Praha. Více o události For-Mobile: http://srazy.info/for-mobile/2670 #forMobileCZ

Citation preview

Page 1: iOS6 & CocoaPods - For-Mobile 9/2012

iOS6 a CocoaPods

Tomáš Jukin@Inza

Page 2: iOS6 & CocoaPods - For-Mobile 9/2012

www.for-mobile.cz

@forMobileCZ #forMobileCZ

www.srazy.info/for-mobile

Září 2012 - iOS

Page 3: iOS6 & CocoaPods - For-Mobile 9/2012

Nová koncepce

1.Introduction

2.Roundup

3.1. Topic

4.2. Topic

5.Community

6.Next

7.AfterPub& comments

& comments

time

news

Page 5: iOS6 & CocoaPods - For-Mobile 9/2012

iOS 6UICollectionViewAutolayoutsPassKitSocial FrameworkUIRefreshControlAppStore UI

UITableView APIAdSupport & MediaFrameworkUITableViewHeaderFooterViewUIKit ThemingNSAttributedStringRotation

supportedInterfaceOrientationsForWindowshouldAutorotate

Novinky

Vylepšení

}}

Page 6: iOS6 & CocoaPods - For-Mobile 9/2012

iPhone 5iPhone 4/4S - 3:2iPhone 5 - 16:9iPad 4/4S - 4:3

iPhone 4 - A4 - 1GHz - 1 coreiPhone 4S - A5 - 1,25GHz - 2 coresiPhone 5 - A6 - 1,25GHz - 2 core

Nahrát iPhone5 obrázky do storu!

Displej}Apple A6}

Page 7: iOS6 & CocoaPods - For-Mobile 9/2012

CocoaPods

Page 8: iOS6 & CocoaPods - For-Mobile 9/2012

CocoaPods

“Objective-C dependency manager”

“...written in Ruby”

Page 9: iOS6 & CocoaPods - For-Mobile 9/2012

CocoaPods“rubygems pro iOS”

gem podGemfile Podfile

tedy

knihovna pod

v aplikaci je Podfile

Page 10: iOS6 & CocoaPods - For-Mobile 9/2012

CocoaPodswww.cocoapods.org

CLI nástroj

iOS & OSX

SemVer.org

Git

je to gem

Page 11: iOS6 & CocoaPods - For-Mobile 9/2012

CocoaPodsInstalace

Page 12: iOS6 & CocoaPods - For-Mobile 9/2012

CocoaPodsUkázka Podfile

Page 13: iOS6 & CocoaPods - For-Mobile 9/2012

CocoaPodsUkázka použití

Page 14: iOS6 & CocoaPods - For-Mobile 9/2012

CocoaPodswww.cocoapods.org

Page 15: iOS6 & CocoaPods - For-Mobile 9/2012

@JuicymoCZ