エンジニアになりたい文系大学生

プログラミングを始めてからもうすぐ1年。iOSアプリ開発が中心。最近Webサービスの開発をやりたいのでRuby on Railsに触れ始めてます。

2014-11-20から1日間の記事一覧

【iOS8】ドキュメントプロバイダ 実装

実装編 Host appへUIDocumentMenuViewControllerを追加 Containing appからDocument Providerにデータを渡す DocumentPickerViewControllerの編集 1. Host appへUIDocumentMenuViewControllerを追加 - デリゲート設定 <UIDocumentMenuDelegate, UIDocumentPickerDelegate> - UIDocumentMenuViewController追加 //</uidocumentmenudelegate,>…