Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Faster Cocoa Development (in Turkish)

Faster Cocoa Development (in Turkish)

The talk I gave at the Mobilist Conference at Bahcesehir University on April 21th, 2013.

The presentation was about how to build more successful App Store apps and ship them faster to your audience. The slides contain links to popular iOS libraries as well as services that ease design and development.

sarperdag

April 21, 2013
Tweet

More Decks by sarperdag

Other Decks in Programming

Transcript

  1. PicLab 7 Nisan’da geliştirmeye başlandı 30 Nisan’da App Store’a gönderdik

    6 Mart’ta Yayınlandı 45 günde, 400.000 download Toplam 4 güncelleme Saturday, April 20, 13
  2. CocoaPods platform :ios, '6.0' pod 'AFNetworking', '~> 1.1.0' pod 'SVProgressHUD',

    '~> 0.9' pod 'MKStoreKit', '~> 4.99' pod 'FlurrySDK', '~> 4.1.0' pod 'Facebook-iOS-SDK', '~> 3.1.1' pod 'STTweetLabel', '~>2.2.2' pod 'Parse', '~>1.1.33' pod 'CargoBay', '~>0.2.1' pod 'DEFacebookComposeViewController' Saturday, April 20, 13